Uses of Class
org.apache.logging.log4j.core.jmx.RingBufferAdmin
-
Packages that use RingBufferAdmin Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.jmx Log4j 2 JMX support. -
-
Uses of RingBufferAdmin in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async that return RingBufferAdmin Modifier and Type Method Description RingBufferAdmin
AsyncLoggerConfig. createRingBufferAdmin(String contextName)
Creates and returns a newRingBufferAdmin
that instruments the ringbuffer of thisAsyncLoggerConfig
.RingBufferAdmin
AsyncLoggerConfigDelegate. createRingBufferAdmin(String contextName, String loggerConfigName)
Creates and returns a newRingBufferAdmin
that instruments the ringbuffer of thisAsyncLoggerConfig
.RingBufferAdmin
AsyncLoggerConfigDisruptor. createRingBufferAdmin(String contextName, String loggerConfigName)
RingBufferAdmin
AsyncLoggerContext. createRingBufferAdmin()
Creates and returns a newRingBufferAdmin
that instruments the ringbuffer of theAsyncLogger
objects in thisLoggerContext
. -
Uses of RingBufferAdmin in org.apache.logging.log4j.core.jmx
Methods in org.apache.logging.log4j.core.jmx that return RingBufferAdmin Modifier and Type Method Description static RingBufferAdmin
RingBufferAdmin. forAsyncLogger(com.lmax.disruptor.RingBuffer<?> ringBuffer, String contextName)
static RingBufferAdmin
RingBufferAdmin. forAsyncLoggerConfig(com.lmax.disruptor.RingBuffer<?> ringBuffer, String contextName, String configName)
-