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 AsyncLoggerDisruptorAsyncLogger. loggerDisruptorprivate AsyncLoggerDisruptorAsyncLoggerContext. loggerDisruptorMethods in org.apache.logging.log4j.core.async that return AsyncLoggerDisruptor Modifier and Type Method Description (package private) AsyncLoggerDisruptorAsyncLogger. 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 anAsyncLoggerwith the specified context, name and message factory.
-