Uses of Interface
org.apache.logging.log4j.core.async.AsyncLoggerConfigDelegate
-
Packages that use AsyncLoggerConfigDelegate Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.config Configuration of Log4j 2. -
-
Uses of AsyncLoggerConfigDelegate in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement AsyncLoggerConfigDelegate Modifier and Type Class Description class
AsyncLoggerConfigDisruptor
Helper class decoupling theAsyncLoggerConfig
class from the LMAX Disruptor library. -
Uses of AsyncLoggerConfigDelegate in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return AsyncLoggerConfigDelegate Modifier and Type Method Description AsyncLoggerConfigDelegate
AbstractConfiguration. getAsyncLoggerConfigDelegate()
AsyncLoggerConfigDelegate
Configuration. getAsyncLoggerConfigDelegate()
Returns theAsyncLoggerConfigDelegate
shared by allAsyncLoggerConfig
instances defined in this Configuration.
-