ch.qos.logback.core.status
Interface StatusListener

All Known Implementing Classes:
OnConsoleStatusListener, StatusListenerAsList

public interface StatusListener

A StatusListener registered with logback context's StatusManager will receive notification of every incoming status message.

Author:
Ceki Gülcü

Method Summary
 void addStatusEvent(Status status)
           
 

Method Detail

addStatusEvent

void addStatusEvent(Status status)


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