Package ch.qos.logback.core.status
Interface StatusListener
-
- All Known Implementing Classes:
NopStatusListener,OnConsoleStatusListener,OnErrorConsoleStatusListener,OnPrintStreamStatusListenerBase,StatusListenerAsList
public interface StatusListenerA StatusListener registered with logback context'sStatusManagerwill receive notification of every incomingstatusmessage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddStatusEvent(Status status)
-
-
-
Method Detail
-
addStatusEvent
void addStatusEvent(Status status)
-
-