| Interface | Description |
|---|---|
| AbstractAppenderConfig |
Base configuration object, representing the config elements managed
by
AbstractAppenderBuilder. |
| CloudWatchAppenderConfig |
Defines the interface between the CloudWatchAppender's builder and the
appender itself.
|
| KinesisAppenderConfig |
Defines the interface between the KinesisAppender's builder and the
appender itself.
|
| SNSAppenderConfig |
Defines the interface between the SNSAppender's builder and the appender
itself.
|
| Class | Description |
|---|---|
| AbstractAppender<WriterConfigType extends AbstractWriterConfig<WriterConfigType>,AppenderConfigType extends AbstractAppenderConfig,AppenderStatsType extends AbstractWriterStatistics,AppenderStatsMXBeanType> |
Common implementation code that's shared between appenders.
|
| AbstractAppenderBuilder<T extends AbstractAppenderBuilder<T>> |
Manages the configuration elements that are common across appenders.
|
| 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.
|
| Log4J2InternalLogger |
Logs messages from within the appender.
|
Copyright © 2022. All rights reserved.