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 classAsyncLoggerConfigDisruptorHelper class decoupling theAsyncLoggerConfigclass 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 AsyncLoggerConfigDelegateAbstractConfiguration. getAsyncLoggerConfigDelegate()AsyncLoggerConfigDelegateConfiguration. getAsyncLoggerConfigDelegate()Returns theAsyncLoggerConfigDelegateshared by allAsyncLoggerConfiginstances defined in this Configuration.
-