| java.lang.Object org.directwebremoting.util.CommonsLoggingOutput
CommonsLoggingOutput | public class CommonsLoggingOutput implements LoggingOutput(Code) | | This class is intended to be used by Logger when commons-logging is
available, but to not force Logger itself to depend on commons-logging so
Logger can catch the ClassDefNotFoundError and use other methods.
author: Joe Walker [joe at getahead dot ltd dot uk] |
CommonsLoggingOutput | public CommonsLoggingOutput(Class> base)(Code) | | Create a logger specific to commons-logging
Parameters: base - The class to log against. |
isDebugEnabled | public boolean isDebugEnabled()(Code) | | |
|
|