Uses of Class
org.apache.logging.log4j.core.async.AsyncLoggerConfig
-
Packages that use AsyncLoggerConfig Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. -
-
Uses of AsyncLoggerConfig in org.apache.logging.log4j.core.async
Fields in org.apache.logging.log4j.core.async declared as AsyncLoggerConfig Modifier and Type Field Description private AsyncLoggerConfigAsyncLoggerConfigDisruptor.Log4jEventWrapper. loggerConfigFields in org.apache.logging.log4j.core.async with type parameters of type AsyncLoggerConfig Modifier and Type Field Description private static com.lmax.disruptor.EventTranslatorTwoArg<AsyncLoggerConfigDisruptor.Log4jEventWrapper,LogEvent,AsyncLoggerConfig>AsyncLoggerConfigDisruptor. MUTABLE_TRANSLATORObject responsible for passing on data to a RingBuffer event with a MutableLogEvent.private com.lmax.disruptor.EventTranslatorTwoArg<AsyncLoggerConfigDisruptor.Log4jEventWrapper,LogEvent,AsyncLoggerConfig>AsyncLoggerConfigDisruptor. translatorprivate static com.lmax.disruptor.EventTranslatorTwoArg<AsyncLoggerConfigDisruptor.Log4jEventWrapper,LogEvent,AsyncLoggerConfig>AsyncLoggerConfigDisruptor. TRANSLATORObject responsible for passing on data to a specific RingBuffer event.Methods in org.apache.logging.log4j.core.async with parameters of type AsyncLoggerConfig Modifier and Type Method Description private voidAsyncLoggerConfigDisruptor. enqueue(LogEvent logEvent, AsyncLoggerConfig asyncLoggerConfig)voidAsyncLoggerConfigDelegate. enqueueEvent(LogEvent event, AsyncLoggerConfig asyncLoggerConfig)Enqueues theLogEventon the mixed configuration ringbuffer.voidAsyncLoggerConfigDisruptor. enqueueEvent(LogEvent event, AsyncLoggerConfig asyncLoggerConfig)abstract voidEventRoute. logMessage(AsyncLoggerConfig asyncLoggerConfig, LogEvent event)booleanAsyncLoggerConfigDelegate. tryEnqueue(LogEvent event, AsyncLoggerConfig asyncLoggerConfig)booleanAsyncLoggerConfigDisruptor. tryEnqueue(LogEvent event, AsyncLoggerConfig asyncLoggerConfig)
-