Package ch.qos.logback.core.status

Contains logback's internal error reporting system.

See:
          Description

Interface Summary
Status  
StatusListener A StatusListener registered with logback context's StatusManager will receive notification of every incoming status message.
StatusManager Internal error messages (statii) are managed by instances of this interface.
 

Class Summary
ErrorStatus  
InfoStatus  
NopStatusListener A no-operation (nop) StatusListener
OnConsoleStatusListener Print all new incoming status messages on the console (System.out).
OnErrorConsoleStatusListener Print all new incoming status messages on the error console (System.err).
StatusBase  
StatusChecker  
StatusListenerAsList Collect all incoming events in a list.
StatusUtil  
WarnStatus  
 

Package ch.qos.logback.core.status Description

Contains logback's internal error reporting system.



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