Uses of Class
org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
-
Packages that use AsyncLoggerDisruptor Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. -
-
Uses of AsyncLoggerDisruptor in org.apache.logging.log4j.core.async
Fields in org.apache.logging.log4j.core.async declared as AsyncLoggerDisruptor Modifier and Type Field Description private AsyncLoggerDisruptor
AsyncLogger. loggerDisruptor
private AsyncLoggerDisruptor
AsyncLoggerContext. loggerDisruptor
Methods in org.apache.logging.log4j.core.async that return AsyncLoggerDisruptor Modifier and Type Method Description (package private) AsyncLoggerDisruptor
AsyncLogger. getAsyncLoggerDisruptor()
Constructors in org.apache.logging.log4j.core.async with parameters of type AsyncLoggerDisruptor Constructor Description AsyncLogger(LoggerContext context, java.lang.String name, MessageFactory messageFactory, AsyncLoggerDisruptor loggerDisruptor)
Constructs anAsyncLogger
with the specified context, name and message factory.
-