| Interface | Description |
|---|---|
| AppenderTracker<E> | |
| Discriminator<E> |
Implement this interface in order to compute a discriminating value for a
given event of type <E>.
|
| Class | Description |
|---|---|
| AppenderFactoryBase<E> | |
| AppenderTrackerImpl<E> |
Track appenders by a key.
|
| DefaultDiscriminator<E> | |
| SiftingAppenderBase<E> |
This appender serves as the base class for actual SiftingAppenders
implemented by the logback-classic and logback-access modules.
|
| SiftingJoranConfiguratorBase<E> |