Interface | Description |
---|---|
LogAdapterInterface |
The log adapter interface.
|
Class | Description |
---|---|
CombinedLogAdapter |
A combined log adapter which supports logging to multiple log adapters, which can have different log levels.
|
MemoryLogAdapter |
A log adapter which stores all in memory.
|
NullLogAdapter |
A log adapter which prints all to the null device - effects that nothing is logged.
|
StdoutLogAdapter |
A log adapter which prints all to stdout.
|