Package org.apache.logging.log4j.core.jmx
Log4j 2 JMX support.
-
Interface Summary Interface Description AppenderAdminMBean The MBean interface for monitoring and managing anAppender
.AsyncAppenderAdminMBean The MBean interface for monitoring and managing anAsyncAppender
.ContextSelectorAdminMBean The MBean interface for monitoring and managing theContextSelector
.LoggerConfigAdminMBean The MBean interface for monitoring and managing aLoggerConfig
.LoggerContextAdminMBean The MBean interface for monitoring and managing aLoggerContext
.RingBufferAdminMBean The MBean interface for monitoring and managing an LMAX Disruptor ring buffer.StatusLoggerAdminMBean The MBean interface for monitoring and managing theStatusLogger
. -
Class Summary Class Description AppenderAdmin Implementation of theAppenderAdminMBean
interface.AsyncAppenderAdmin Implementation of theAsyncAppenderAdminMBean
interface.ContextSelectorAdmin Implementation of theContextSelectorAdminMBean
interface.LoggerConfigAdmin Implementation of theLoggerConfigAdminMBean
interface.LoggerContextAdmin Implementation of theLoggerContextAdminMBean
interface.RingBufferAdmin Instruments an LMAX Disruptor ring buffer.Server Creates MBeans to instrument various classes in the log4j class hierarchy.StatusLoggerAdmin Implementation of theStatusLoggerAdminMBean
interface.