Uses of Class
org.apache.logging.log4j.core.jmx.RingBufferAdmin
Package
Description
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Log4j 2 JMX support.
-
Uses of RingBufferAdmin in org.apache.logging.log4j.core.async
Modifier and TypeMethodDescriptionAsyncLoggerConfig.createRingBufferAdmin
(String contextName) Creates and returns a newRingBufferAdmin
that instruments the ringbuffer of thisAsyncLoggerConfig
.AsyncLoggerConfigDelegate.createRingBufferAdmin
(String contextName, String loggerConfigName) Creates and returns a newRingBufferAdmin
that instruments the ringbuffer of thisAsyncLoggerConfig
.AsyncLoggerConfigDisruptor.createRingBufferAdmin
(String contextName, String loggerConfigName) 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
Modifier and TypeMethodDescriptionstatic RingBufferAdmin
RingBufferAdmin.forAsyncLogger
(com.lmax.disruptor.RingBuffer<?> ringBuffer, String contextName) static RingBufferAdmin
RingBufferAdmin.forAsyncLoggerConfig
(com.lmax.disruptor.RingBuffer<?> ringBuffer, String contextName, String configName)