Class StaxEventRecorder
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.joran.event.stax.StaxEventRecorder
-
- All Implemented Interfaces:
ContextAware
@Deprecated(since="2022-01-27") public class StaxEventRecorder extends ContextAwareBase
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description StaxEventRecorder(Context context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<StaxEvent>
getEventList()
Deprecated.void
recordEvents(java.io.InputStream inputStream)
Deprecated.-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
-
-
-
Constructor Detail
-
StaxEventRecorder
public StaxEventRecorder(Context context)
Deprecated.
-
-
Method Detail
-
recordEvents
public void recordEvents(java.io.InputStream inputStream) throws JoranException
Deprecated.- Throws:
JoranException
-
getEventList
public java.util.List<StaxEvent> getEventList()
Deprecated.
-
-