| AbstractLogDelegate |
This abstract log delegate provides the following features:
|
| DefaultLogDelegate |
This class writes log messages to standard output or standard error.
|
| DefaultLogDelegateFactory |
|
| ExtraTagLogger |
This is a wrapper around another logger.
|
| FileLogger |
This class can write log messages to log files.
|
| LogDelegateFactory |
This factory can create log delegates with default settings.
|
| Logger |
This class can be used for writing log output.
|
| LogLineTagger |
This class can tag lines in a log message before the message is written.
|
| LogUtils |
|
| Slf4jLogger |
This SLF4J logger forwards calls to the RRD Logger.
|
| Slf4jLoggerFactory |
This SLF4J logger factory creates instances of Slf4jLogger, which uses the RRD Logger class.
|