Uses of Interface
org.apache.logging.log4j.status.StatusListener
-
Packages that use StatusListener Package Description org.apache.logging.log4j.core.jmx Log4j 2 JMX support.org.apache.logging.log4j.status 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 StatusListener Modifier and Type Class Description classStatusLoggerAdminImplementation of theStatusLoggerAdminMBeaninterface. -
Uses of StatusListener in org.apache.logging.log4j.status
Classes in org.apache.logging.log4j.status that implement StatusListener Modifier and Type Class Description classStatusConsoleListenerStatusListenerthat writes to the console.Fields in org.apache.logging.log4j.status with type parameters of type StatusListener Modifier and Type Field Description private java.util.Collection<StatusListener>StatusLogger. listenersMethods in org.apache.logging.log4j.status that return types with arguments of type StatusListener Modifier and Type Method Description java.lang.Iterable<StatusListener>StatusLogger. getListeners()Returns a thread safe Iterable for the StatusListener.Methods in org.apache.logging.log4j.status with parameters of type StatusListener Modifier and Type Method Description voidStatusLogger. registerListener(StatusListener listener)Registers a new listener.voidStatusLogger. removeListener(StatusListener listener)Removes a StatusListener.
-