Package | Description |
---|---|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncLoggerConfigDisruptor
Helper class decoupling the
AsyncLoggerConfig class from the LMAX Disruptor library. |
Modifier and Type | Field and Description |
---|---|
private AsyncLoggerConfigDelegate |
AsyncLoggerConfig.delegate |
Modifier and Type | Method and Description |
---|---|
AsyncLoggerConfigDelegate |
Configuration.getAsyncLoggerConfigDelegate()
Returns the
AsyncLoggerConfigDelegate shared by all
AsyncLoggerConfig instances defined in this Configuration. |
AsyncLoggerConfigDelegate |
AbstractConfiguration.getAsyncLoggerConfigDelegate() |