Uses of Class
org.apache.logging.log4j.core.async.AsyncLoggerConfig
Packages that use AsyncLoggerConfig
Package
Description
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 AsyncLoggerConfigModifier and TypeMethodDescriptionvoidAsyncLoggerConfigDelegate.enqueueEvent(LogEvent event, AsyncLoggerConfig asyncLoggerConfig) Enqueues theLogEventon the mixed configuration ringbuffer.voidAsyncLoggerConfigDisruptor.enqueueEvent(LogEvent event, AsyncLoggerConfig asyncLoggerConfig) abstract voidEventRoute.logMessage(AsyncLoggerConfig asyncLoggerConfig, LogEvent event) booleanAsyncLoggerConfigDelegate.tryEnqueue(LogEvent event, AsyncLoggerConfig asyncLoggerConfig) booleanAsyncLoggerConfigDisruptor.tryEnqueue(LogEvent event, AsyncLoggerConfig asyncLoggerConfig)