Package ch.qos.logback.core.status
Interface StatusListener
-
- All Known Implementing Classes:
NopStatusListener
,OnConsoleStatusListener
,OnErrorConsoleStatusListener
,OnPrintStreamStatusListenerBase
,StatusListenerAsList
@Deprecated(since="2022-01-27") public interface StatusListener
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.A StatusListener registered with logback context'sStatusManager
will receive notification of every incomingstatus
message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
addStatusEvent(Status status)
Deprecated.
-
-
-
Method Detail
-
addStatusEvent
void addStatusEvent(Status status)
Deprecated.
-
-