Package | Description |
---|---|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
Modifier and Type | Field and Description |
---|---|
private AsyncLoggerConfig |
AsyncLoggerConfigDisruptor.Log4jEventWrapper.loggerConfig |
Modifier and Type | Field and Description |
---|---|
private static com.lmax.disruptor.EventTranslatorTwoArg<AsyncLoggerConfigDisruptor.Log4jEventWrapper,LogEvent,AsyncLoggerConfig> |
AsyncLoggerConfigDisruptor.MUTABLE_TRANSLATOR
Object responsible for passing on data to a RingBuffer event with a MutableLogEvent.
|
private com.lmax.disruptor.EventTranslatorTwoArg<AsyncLoggerConfigDisruptor.Log4jEventWrapper,LogEvent,AsyncLoggerConfig> |
AsyncLoggerConfigDisruptor.translator |
private static com.lmax.disruptor.EventTranslatorTwoArg<AsyncLoggerConfigDisruptor.Log4jEventWrapper,LogEvent,AsyncLoggerConfig> |
AsyncLoggerConfigDisruptor.TRANSLATOR
Object responsible for passing on data to a specific RingBuffer event.
|
Modifier and Type | Method and Description |
---|---|
private void |
AsyncLoggerConfigDisruptor.enqueue(LogEvent logEvent,
AsyncLoggerConfig asyncLoggerConfig) |
void |
AsyncLoggerConfigDisruptor.enqueueEvent(LogEvent event,
AsyncLoggerConfig asyncLoggerConfig) |
void |
AsyncLoggerConfigDelegate.enqueueEvent(LogEvent event,
AsyncLoggerConfig asyncLoggerConfig) |
abstract void |
EventRoute.logMessage(AsyncLoggerConfig asyncLoggerConfig,
LogEvent event) |
boolean |
AsyncLoggerConfigDisruptor.tryEnqueue(LogEvent event,
AsyncLoggerConfig asyncLoggerConfig) |
boolean |
AsyncLoggerConfigDelegate.tryEnqueue(LogEvent event,
AsyncLoggerConfig asyncLoggerConfig) |