public class LogUtil
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogUtil.LineFormatter
Compact log record formatter.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static void setVerbosity(int verbose)
verbose - 0 for normal, positive for more, negative for less
(0=INFO, +1=CONFIG, -1=WARNING)