| Class | Description |
|---|---|
| AbstractAppender<WriterConfigType,AppenderStatsType extends AbstractWriterStatistics,AppenderStatsMXBeanType,LogbackEventType> |
Common implementation code that's shared between appenders.
|
| AbstractJsonLayout<E> |
Common implementation for
JSONLayout and JSONAccessLayout. |
| JMXManager |
This class ensures that appenders will be registered with any MBean servers
where a StatisticsMBean instance has also been registered, regardless of
the order that those objects are initialized/registered.
|
| LateInitializedLogbackInternalLogger |
An implementation of
InternalLogger that passes all messages
to the Logback status buffer. |
| LogbackInternalLogger |
An implementation of
InternalLogger that passes all messages
to the Logback status buffer. |
| SimpleContextAware |
This object is used to create a
LogbackInternalLogger instance for
non-appender-related logging. |
Copyright © 2020. All rights reserved.