| Class | Description |
|---|---|
| AsyncAppender |
A Logback Appender implementation that uses a Reactor
TopicProcessor
internally
to queue events to a single-writer thread. |
| DurableAsyncAppender |
An AsyncAppender subclass that first writes a log event to a durable Chronicle using Java
Chronicle before allowing the event to be queued.
|
| DurableLogUtility |