com.jidesoft.utils
Class LoggerUtils
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerUtils
public LoggerUtils()
enableLogger
public static Handler enableLogger(String loggerName,
Level level)
disableLogger
public static void disableLogger(String loggerName,
Handler handler)