| Package | Description |
|---|---|
| com.varra.log | |
| com.varra.props |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Log
A convenient way of implementing the Logger functionality.
|
| 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 |
Logger
Logger - Yet An another fine grained
Logger
class to log the Application specific messages. Is not based on
log4j (to reduce external dependencies). |
class |
NoLogger
Silent Logger which swallows all the logs, will be the default logger for all
the logger messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyFileMonitor
A watch dog which Monitors the Property file specified, and loads whenever it
is modified.
So maintains the properties up-to-date. |
Copyright © 2016 utils4j. All Rights Reserved.