- java.lang.Object
-
- ch.qos.logback.core.status.StatusListenerAsList
-
- All Implemented Interfaces:
StatusListener
public class StatusListenerAsList extends Object implements StatusListener
Collect all incoming events in a list.- Author:
- Ceki Gülcü
-
-
Constructor Summary
Constructors Constructor Description StatusListenerAsList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStatusEvent(Status status)List<Status>getStatusList()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.qos.logback.core.status.StatusListener
isResetResistant
-
-
-
-
Constructor Detail
-
StatusListenerAsList
public StatusListenerAsList()
-
-
Method Detail
-
addStatusEvent
public void addStatusEvent(Status status)
- Specified by:
addStatusEventin interfaceStatusListener
-
getStatusList
public List<Status> getStatusList()
-
-