|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.bristol.star.cdf.util.LogUtil
public class LogUtil
Utilities for controlling logging level.
Nested Class Summary | |
---|---|
static class |
LogUtil.LineFormatter
Compact log record formatter. |
Method Summary | |
---|---|
static void |
setVerbosity(int verbose)
Sets the logging verbosity of the root logger and ensures that logging messages at that level are reported to the console. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setVerbosity(int verbose)
verbose
- 0 for normal, positive for more, negative for less
(0=INFO, +1=CONFIG, -1=WARNING)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |