Uses of Class
org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
Packages that use AsyncLoggerDisruptor
Package
Description
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 AsyncLoggerDisruptorModifier and TypeFieldDescriptionprivate final AsyncLoggerDisruptor
AsyncLogger.loggerDisruptor
private final AsyncLoggerDisruptor
AsyncLoggerContext.loggerDisruptor
Constructors in org.apache.logging.log4j.core.async with parameters of type AsyncLoggerDisruptorModifierConstructorDescriptionAsyncLogger
(LoggerContext context, String name, MessageFactory messageFactory, AsyncLoggerDisruptor loggerDisruptor) Constructs anAsyncLogger
with the specified context, name and message factory.