Uses of Interface
ch.qos.logback.core.status.StatusListener

Packages that use StatusListener
ch.qos.logback.core Contains the main classes of logback core. 
ch.qos.logback.core.status Contains logback's internal error reporting system. 
 

Uses of StatusListener in ch.qos.logback.core
 

Fields in ch.qos.logback.core with type parameters of type StatusListener
protected  List<StatusListener> BasicStatusManager.statusListenerList
           
 

Methods in ch.qos.logback.core that return types with arguments of type StatusListener
 List<StatusListener> BasicStatusManager.getCopyOfStatusListenerList()
           
 

Methods in ch.qos.logback.core with parameters of type StatusListener
 void BasicStatusManager.add(StatusListener listener)
           
 boolean BasicStatusManager.addUniquely(StatusListener newListener, Object origin)
           
 void BasicStatusManager.remove(StatusListener listener)
           
 

Uses of StatusListener in ch.qos.logback.core.status
 

Classes in ch.qos.logback.core.status that implement StatusListener
 class NopStatusListener
          A no-operation (nop) StatusListener
 class OnConsoleStatusListener
          Print all new incoming status messages on the console (System.out).
 class OnErrorConsoleStatusListener
          Print all new incoming status messages on the error console (System.err).
 class StatusListenerAsList
          Collect all incoming events in a list.
 

Methods in ch.qos.logback.core.status that return types with arguments of type StatusListener
 List<StatusListener> StatusManager.getCopyOfStatusListenerList()
          Obtain a copy of the status listener list maintained by this StatusManager
 

Methods in ch.qos.logback.core.status with parameters of type StatusListener
 void StatusManager.add(StatusListener listener)
          Add a status listener.
 boolean StatusManager.addUniquely(StatusListener listener, Object origin)
          Add a status listener unless another instance of the same type has been previously registered.
 void StatusManager.remove(StatusListener listener)
          Remove a status listener.
 



Copyright © 2005-2013 QOS.ch. All Rights Reserved.