| java.lang.Object org.directwebremoting.util.SystemOutLoggingOutput
SystemOutLoggingOutput | public class SystemOutLoggingOutput implements LoggingOutput(Code) | | An implementation of LoggingOutput that sends stuff to System.out
author: Joe Walker [joe at getahead dot ltd dot uk] |
SystemOutLoggingOutput | public SystemOutLoggingOutput(Class> base)(Code) | | Parameters: base - All LoggingOutput must have a constructor like this |
getLevel | public static int getLevel()(Code) | | Returns the logging level. |
isDebugEnabled | public boolean isDebugEnabled()(Code) | | |
setLevel | public static void setLevel(String logLevel)(Code) | | String version of setLevel.
Parameters: logLevel - One of FATAL, ERROR, WARN, INFO, DEBUG |
setLevel | public static void setLevel(int level)(Code) | | Parameters: level - The logging level to set. |
|
|