| Interface | Description |
|---|---|
| AppenderCommand |
Utility interface to enable anonymous event-handler style operations to be
carried out upon collected appenders for a specific
LoggingEvent. |
| ExecutingAppenderAttachable | |
| LoggingEventQueue |
Queue used to buffer
LoggingEvents for asynchronous dispatch. |
| Class | Description |
|---|---|
| ActiveAsynchronousAppender |
This appender appends
LoggingEvents asynchronously. |
| ActiveAsynchronousAppenderComponentFactory | |
| ActiveAsynchronousAppenderProperties |
Configuration properties used by the
ActiveAsynchronousAppender. |
| AppendToAppenderCommand | |
| CloseAppenderCommand | |
| LoggingEventDispatcher |
Accepts
LoggingEvents from application threads and inserts them into
the tail of a queue; uses a dispatch thread to take events from the head of
the queue and forward them to attached appenders. |
| SynchronizedBoolean |
Java 1.2 compatible equivalent of the AtomicBoolean classes in either
java.util.concurrent or the j.u.c backport.
|
| SynchronizedObject |
Java 1.2 compatible equivalent of the AtomicReference classes in either
java.util.concurrent or the j.u.c backport.
|