| Interface | Description |
|---|---|
| Log |
A convenient way of implementing the Logger functionality.
|
| LoggerConstants |
TODO Description go here.
|
| Class | Description |
|---|---|
| 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. |
| Log4jLogger |
TODO Description go here.
|
| Logger |
Logger - Yet An another fine grained
Logger
class to log the Application specific messages. Is not based on
log4j (to reduce external dependencies). |
| LogManager |
TODO Description go here.
|
| NoLogger |
Silent Logger which swallows all the logs, will be the default logger for all
the logger messages.
|
| Enum | Description |
|---|---|
| MyLogLevel |
The Enum MyLevel.
|
Copyright © 2016 utils4j. All Rights Reserved.