Uses of Interface
org.apache.logging.log4j.status.StatusListener
Packages that use StatusListener
-
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 StatusListenerFields 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 StatusListenerMethods in org.apache.logging.log4j.status with parameters of type StatusListenerModifier and TypeMethodDescriptionprivate 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.