@ThreadSafe public final class LoggerX extends Object
Modifier and Type | Field and Description |
---|---|
static Level |
ALL |
static Level |
CONFIG |
static Level |
FINE |
static Level |
FINER |
static Level |
FINEST |
static Level |
INFO |
static Level |
OFF |
static Level |
SEVERE |
static Level |
WARNING |
Modifier and Type | Method and Description |
---|---|
static Logger |
i(Class<?> cl)
Looks up the standard logger for a class.
|
static Logger |
i(String className)
Looks up the standard logger for a class name.
|
static void |
test(Logger logger)
Logs test messages at all levels.
|
static void |
test(Logger logger,
Level level)
Logs a test message at the specified level.
|