| Class | Description |
|---|---|
| Log |
Simple wrapper for JDK's
Logger class to have a minimum level of
abstraction and a clear level semantics. |
| LogBufferHandler |
Handler implementation capable of buffering log messages and
forwarding them to a list of registered Handler instances. |
| LogConfig |
Logging configuration.
|
| LogFormatter |
Formatter implementation formatting LogRecords to a simple
single line of text. |