Uses of Interface
org.apache.logging.log4j.status.StatusListener
-
Packages that use StatusListener Package Description org.apache.logging.log4j.core.jmx org.apache.logging.log4j.status -
-
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 classStatusConsoleListenerAStatusListenerthat 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.List<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 the listener collection.Methods in org.apache.logging.log4j.status with parameters of type StatusListener Modifier and Type Method Description private static voidStatusLogger. closeListenerSafely(StatusListener listener)private voidStatusLogger. notifyListener(StatusListener listener, StatusData statusData)voidStatusLogger. registerListener(StatusListener listener)Registers a new listener.voidStatusLogger. removeListener(StatusListener listener)Removes the given listener.
-