| Interface | Description |
|---|---|
| ExternalLog |
This interface represent a logger that can be added at runtime
|
| Class | Description |
|---|---|
| ExternalLogExtensionPoint |
ExtensionPoint handling the ExternalLogs. |
| MemoryAppender |
Log appender that stores a pile of logs in memory.
|
| MemoryLogRecord |
Log record for the Memory Appender storage needs.
|
| StaticExternalLog |
Default static implementation of
ExternalLog
For implementing the ExternalLog interface (while being Configurable), extends this class and implements the StaticExternalLog.getAppender() and/or StaticExternalLog.getCategory() methods. |