Class StaxEventRecorder
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.event.stax.StaxEventRecorder
- All Implemented Interfaces:
ContextAware
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddCharacters(XMLEvent xmlEvent) private voidaddEndEvent(XMLEvent xmlEvent) private voidaddStartElement(XMLEvent xmlEvent) (package private) StaxEventprivate voidread(XMLEventReader xmlEventReader) voidrecordEvents(InputStream inputStream) Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Field Details
-
eventList
-
globalElementPath
ElementPath globalElementPath
-
-
Constructor Details
-
StaxEventRecorder
-
-
Method Details
-
recordEvents
- Throws:
JoranException
-
getEventList
-
read
- Throws:
XMLStreamException
-
addStartElement
-
addCharacters
-
addEndEvent
-
getLastEvent
StaxEvent getLastEvent()
-