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.Methods in org.apache.logging.log4j.status that return types with arguments of type StatusListener Modifier and Type Method Description 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 voidStatusLogger. registerListener(StatusListener listener)Registers a new listener.voidStatusLogger. removeListener(StatusListener listener)Removes the given listener.
-