| Class | Description |
|---|---|
| Log |
Simple wrapper for JDK's
Logger class to have a minimum level of abstraction and a clear level semantics. |
| LogBuffer |
Handler implementation used to buffer log records for later publishing by one or more dynamically defined
Handler instances. |
| LogConfig |
This class is used for logging initialization during startup and afterwards.
|
| LogLevel |
Custom level class for supporting the level names as defined by the
Log class. |
| LogLineFormatter |
Formatter implementation producing a static non-localized single line format output. |
| LogMonitor |
This class is used to monitor and record log messages in a selective manner and only during a defined period (for
example to display them to the user after a long running task).
|