| Package | Description |
|---|---|
| com.varra.log |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleLogger
Redirects the log out put to the console, log level can be controlled by the
static metho
ConsoleLogger.setMyLogLevel(MyLogLevel) at any point of time. |
class |
Log4jLogger
TODO Description go here.
|
class |
NoLogger
Silent Logger which swallows all the logs, will be the default logger for all
the logger messages.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<Log> |
LogManager.getLogClass(String name)
Gets the log class.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LogManager.setLogClass(Class<Log> logClass)
Sets the log class.
|
Copyright © 2016 utils4j. All Rights Reserved.