|
JIDE Common Layer 2.7.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.utils.LoggerUtils
public class LoggerUtils
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(java.lang.String loggerName,
java.util.logging.Handler handler)
|
static java.util.logging.Handler |
enableLogger(java.lang.String loggerName,
java.util.logging.Level level)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggerUtils()
| Method Detail |
|---|
public static java.util.logging.Handler enableLogger(java.lang.String loggerName,
java.util.logging.Level level)
public static void disableLogger(java.lang.String loggerName,
java.util.logging.Handler handler)
|
JIDE Common Layer 2.7.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||