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
Methods in org.apache.logging.log4j.core.async with parameters of type AsyncLoggerConfig Modifier and Type Method Description void
AsyncLoggerConfigDelegate. enqueueEvent(LogEvent event, AsyncLoggerConfig asyncLoggerConfig)
Enqueues theLogEvent
on the mixed configuration ringbuffer.void
AsyncLoggerConfigDisruptor. enqueueEvent(LogEvent event, AsyncLoggerConfig asyncLoggerConfig)
abstract void
EventRoute. logMessage(AsyncLoggerConfig asyncLoggerConfig, LogEvent event)
boolean
AsyncLoggerConfigDelegate. tryEnqueue(LogEvent event, AsyncLoggerConfig asyncLoggerConfig)
boolean
AsyncLoggerConfigDisruptor. tryEnqueue(LogEvent event, AsyncLoggerConfig asyncLoggerConfig)
-