JIDE 3.5.15

com.jidesoft.utils
Class LoggerUtils

java.lang.Object
  extended by com.jidesoft.utils.LoggerUtils

public class LoggerUtils
extends Object

LoggerUtils contains two methods to allow logger to print certain level of message to console. This is mainly used for debugging purpose.


Constructor Summary
LoggerUtils()
           
 
Method Summary
static void disableLogger(String loggerName, Handler handler)
           
static Handler enableLogger(String loggerName, Level level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerUtils

public LoggerUtils()
Method Detail

enableLogger

public static Handler enableLogger(String loggerName,
                                   Level level)

disableLogger

public static void disableLogger(String loggerName,
                                 Handler handler)

JIDE 3.5.15