Class Summary |
AbstractLogger |
This class is the abstract class that implements the Logger interface. |
AbstractLogWriter |
This is the abstract class that implements the LogWriter. |
ConsoleLog |
For quicker notification, the log messages are directed to the console. |
DefaultLogger |
This class is the default implementation of a Logger. |
FileLogWriter |
FilelogWriter is a default implementation of the LogWriter provided
by the Logging Framework. |
FileUtil |
This class has the methods that are used internally for file manupulationdeals present in a given
directory. |
LogConfigFileReader |
This class is used to parse the logging configuration file and get the details of all the Log Writers and
Loggers present under each writers. |
LogConfigFileWriter |
This class is used to write the details of the LogWriter or Logger to the XML file. |
LogFactory |
The Logging Framework is governed by the LogFactory. |
LoggerImpl |
This class is the default implementation of the Logger interface. |
LoggerProperties |
It is a logical representation of a Logger and its properties. |
LogLevel |
LogLevels are required to filter the log messages based on their severity. |
LogPrintStream |
This class will direct all the system out and system err log messages to the files mentioned
under the SYS_OUT and SYS_ERR tags respectively. |
LogPrintWriter |
|
LogWriterProperties |
This class is a structural representation of a LogWriter. |