Uses of Class
org.apache.logging.log4j.core.async.AsyncLoggerDisruptor
Packages that use AsyncLoggerDisruptor
-
Uses of AsyncLoggerDisruptor in org.apache.logging.log4j.core.async
Fields in org.apache.logging.log4j.core.async declared as AsyncLoggerDisruptorModifier and TypeFieldDescriptionprivate final AsyncLoggerDisruptorAsyncLogger.loggerDisruptorprivate final AsyncLoggerDisruptorAsyncLoggerContext.loggerDisruptorMethods in org.apache.logging.log4j.core.async that return AsyncLoggerDisruptorModifier and TypeMethodDescription(package private) AsyncLoggerDisruptorAsyncLogger.getAsyncLoggerDisruptor()Constructors in org.apache.logging.log4j.core.async with parameters of type AsyncLoggerDisruptorModifierConstructorDescription(package private)AsyncLogger(LoggerContext context, String name, MessageFactory messageFactory, AsyncLoggerDisruptor loggerDisruptor) Constructs anAsyncLoggerwith the specified context, name and message factory.