| Interface | Description |
|---|---|
| AppenderAttachable<E> |
Interface for attaching appenders to objects.
|
| ContextAware |
An object which has a context and add methods for updating internal status messages.
|
| CyclicBufferTracker<E> |
An interface for tracking cyclic buffers by key.
|
| DeferredProcessingAware | |
| FilterAttachable<E> |
Interface for attaching filters to objects.
|
| LifeCycle | |
| PreSerializationTransformer<E> |
PreSerializationTransformer instances have the responsibility to transform
object into a presumably equivalent serializable representation.
|
| PropertyContainer | |
| PropertyDefiner |
| Class | Description |
|---|---|
| AppenderAttachableImpl<E> |
A ReentrantReadWriteLock based implementation of the
AppenderAttachable interface. |
| ContextAwareBase |
A helper class that implements ContextAware methods.
|
| ContextAwareImpl |
A helper class that implements ContextAware methods.
|
| CyclicBufferTrackerImpl<E> | |
| FilterAttachableImpl<E> |
Implementation of FilterAttachable.
|
| Enum | Description |
|---|---|
| FilterReply |
This enum represents the possible replies that a filtering component
in logback can return.
|
Contains core functionnalities of logback, such as