Package ch.qos.logback.core.status
Class StatusListenerAsList
- java.lang.Object
-
- ch.qos.logback.core.status.StatusListenerAsList
-
- All Implemented Interfaces:
StatusListener
@Deprecated(since="2022-01-27") public class StatusListenerAsList extends Object implements StatusListener
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.Collect all incoming events in a list.
-
-
Constructor Summary
Constructors Constructor Description StatusListenerAsList()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddStatusEvent(Status status)Deprecated.List<Status>getStatusList()Deprecated.
-
-
-
Method Detail
-
addStatusEvent
public void addStatusEvent(Status status)
Deprecated.- Specified by:
addStatusEventin interfaceStatusListener
-
-