Uses of Interface
org.apache.logging.log4j.core.async.AsyncLoggerConfigDelegate
Packages that use AsyncLoggerConfigDelegate
Package
Description
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Configuration of Log4j 2.
-
Uses of AsyncLoggerConfigDelegate in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement AsyncLoggerConfigDelegateModifier and TypeClassDescriptionclass
Helper class decoupling theAsyncLoggerConfig
class from the LMAX Disruptor library.Fields in org.apache.logging.log4j.core.async declared as AsyncLoggerConfigDelegateModifier and TypeFieldDescriptionprivate final AsyncLoggerConfigDelegate
AsyncLoggerConfig.delegate
Methods in org.apache.logging.log4j.core.async that return AsyncLoggerConfigDelegateModifier and TypeMethodDescription(package private) AsyncLoggerConfigDelegate
AsyncLoggerConfig.getAsyncLoggerConfigDelegate()
-
Uses of AsyncLoggerConfigDelegate in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return AsyncLoggerConfigDelegateModifier and TypeMethodDescriptionAbstractConfiguration.getAsyncLoggerConfigDelegate()
Configuration.getAsyncLoggerConfigDelegate()
Returns theAsyncLoggerConfigDelegate
shared by allAsyncLoggerConfig
instances defined in this Configuration.