Uses of Interface
org.apache.logging.log4j.status.StatusListener
Packages that use StatusListener
Package
Description
Log4j 2 JMX support.
Status API for Log4j 2.
-
Uses of StatusListener in org.apache.logging.log4j.core.jmx
Classes in org.apache.logging.log4j.core.jmx that implement StatusListenerModifier and TypeClassDescriptionclassImplementation of theStatusLoggerAdminMBeaninterface. -
Uses of StatusListener in org.apache.logging.log4j.status
Classes in org.apache.logging.log4j.status that implement StatusListenerModifier and TypeClassDescriptionclassStatusListener that writes to the Console.Fields in org.apache.logging.log4j.status with type parameters of type StatusListenerMethods in org.apache.logging.log4j.status that return types with arguments of type StatusListenerModifier and TypeMethodDescriptionStatusLogger.getListeners()Returns a thread safe Iterable for the StatusListener.Methods in org.apache.logging.log4j.status with parameters of type StatusListenerModifier and TypeMethodDescriptionvoidStatusLogger.registerListener(StatusListener listener) Registers a new listener.voidStatusLogger.removeListener(StatusListener listener) Removes a StatusListener.