Uses of Interface
ch.qos.logback.core.status.StatusListener
Packages that use StatusListener
Package
Description
Contains the main classes of logback core.
Contains logback's internal error reporting system.
Contains various utility classes.
-
Uses of StatusListener in ch.qos.logback.classic.jmx
Methods in ch.qos.logback.classic.jmx with parameters of type StatusListenerModifier and TypeMethodDescription(package private) voidJMXConfigurator.addStatusListener(StatusListener statusListener) (package private) voidJMXConfigurator.removeStatusListener(StatusListener statusListener) -
Uses of StatusListener in ch.qos.logback.core
Fields in ch.qos.logback.core with type parameters of type StatusListenerModifier and TypeFieldDescriptionprotected final List<StatusListener> BasicStatusManager.statusListenerListMethods in ch.qos.logback.core that return types with arguments of type StatusListenerMethods in ch.qos.logback.core with parameters of type StatusListenerModifier and TypeMethodDescriptionbooleanBasicStatusManager.add(StatusListener listener) This implementation does not allow duplicate installations of OnConsoleStatusListenervoidBasicStatusManager.remove(StatusListener listener) Method parameters in ch.qos.logback.core with type arguments of type StatusListenerModifier and TypeMethodDescriptionprivate booleanBasicStatusManager.checkForPresence(List<StatusListener> statusListenerList, Class<?> aClass) -
Uses of StatusListener in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as StatusListenerModifier and TypeFieldDescription(package private) StatusListenerStatusListenerAction.statusListener -
Uses of StatusListener in ch.qos.logback.core.status
Classes in ch.qos.logback.core.status that implement StatusListenerModifier and TypeClassDescriptionclassA no-operation (nop) StatusListenerclassPrint all new incoming status messages on the console (System.out).classPrint all new incoming status messages on the error console (System.err).classPrint all new incoming status messages on the on the designated PrintStream.classCollect all incoming events in a list.Methods in ch.qos.logback.core.status that return types with arguments of type StatusListenerModifier and TypeMethodDescriptionStatusManager.getCopyOfStatusListenerList()Obtain a copy of the status listener list maintained by this StatusManagerMethods in ch.qos.logback.core.status with parameters of type StatusListenerModifier and TypeMethodDescriptionbooleanStatusManager.add(StatusListener listener) Add a status listener.voidStatusManager.remove(StatusListener listener) ); Remove a status listener. -
Uses of StatusListener in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util that return StatusListenerModifier and TypeMethodDescriptionprivate static StatusListenerStatusListenerConfigHelper.createListenerPerClassName(Context context, String listenerClass) Methods in ch.qos.logback.core.util with parameters of type StatusListenerModifier and TypeMethodDescriptionprivate static voidStatusListenerConfigHelper.initAndAddListener(Context context, StatusListener listener)