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 TypeClassDescriptionclass
Implementation of theStatusLoggerAdminMBean
interface. -
Uses of StatusListener in org.apache.logging.log4j.status
Classes in org.apache.logging.log4j.status that implement StatusListenerModifier and TypeClassDescriptionclass
StatusListener 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 TypeMethodDescriptionvoid
StatusLogger.registerListener
(StatusListener listener) Registers a new listener.void
StatusLogger.removeListener
(StatusListener listener) Removes a StatusListener.