| Interface | Description |
|---|---|
| LogAdapterInterface |
The log adapter interface.
|
| Class | Description |
|---|---|
| ArrayListLogAdapter |
A log adapter which writes the log to an (external) array list of strings.
|
| CircularMemoryLogAdapter |
A log adapter which write the log into a circular memory buffer.
|
| CombinedLogAdapter |
A combined log adapter which supports logging to multiple log adapters, which can have different log levels.
|
| MemoryLogAdapter |
A log adapter which collects all data in memory, which can then printed to stdout.
|
| 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.
|