Package ch.qos.logback.core.status
Class OnConsoleStatusListener
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.status.OnPrintStreamStatusListenerBase
ch.qos.logback.core.status.OnConsoleStatusListener
- All Implemented Interfaces:
ContextAware,LifeCycle,StatusListener
@Deprecated(since="2022-01-27")
public class OnConsoleStatusListener
extends OnPrintStreamStatusListenerBase
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Print all new incoming status messages on the console (System.out).
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.qos.logback.core.status.OnPrintStreamStatusListenerBase
addStatusEvent, getPrefix, getRetrospective, isStarted, setPrefix, setRetrospective, start, stopMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Constructor Details
-
OnConsoleStatusListener
public OnConsoleStatusListener()Deprecated.
-