Uses of Class
ch.qos.logback.core.joran.event.SaxEvent
-
Packages that use SaxEvent Package Description ch.qos.logback.access.sift ch.qos.logback.classic.sift ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.joran.conditional ch.qos.logback.core.joran.event ch.qos.logback.core.joran.spi ch.qos.logback.core.sift -
-
Uses of SaxEvent in ch.qos.logback.access.sift
Methods in ch.qos.logback.access.sift that return types with arguments of type SaxEvent Modifier and Type Method Description java.util.List<SaxEvent>
SiftAction. getSeList()
Methods in ch.qos.logback.access.sift with parameters of type SaxEvent Modifier and Type Method Description void
SiftAction. inPlay(SaxEvent event)
-
Uses of SaxEvent in ch.qos.logback.classic.sift
Methods in ch.qos.logback.classic.sift that return types with arguments of type SaxEvent Modifier and Type Method Description java.util.List<SaxEvent>
SiftAction. getSeList()
Methods in ch.qos.logback.classic.sift with parameters of type SaxEvent Modifier and Type Method Description void
SiftAction. inPlay(SaxEvent event)
-
Uses of SaxEvent in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return types with arguments of type SaxEvent Modifier and Type Method Description java.util.List<SaxEvent>
GenericConfigurator. recallSafeConfiguration()
Recall the event list previously registered as a safe point.Method parameters in ch.qos.logback.core.joran with type arguments of type SaxEvent Modifier and Type Method Description void
GenericConfigurator. doConfigure(java.util.List<SaxEvent> eventList)
void
GenericConfigurator. registerSafeConfiguration(java.util.List<SaxEvent> eventList)
Register the current event list in currently in the interpreter as a safe configuration point. -
Uses of SaxEvent in ch.qos.logback.core.joran.conditional
Method parameters in ch.qos.logback.core.joran.conditional with type arguments of type SaxEvent Modifier and Type Method Description void
IfAction. setElseSaxEventList(java.util.List<SaxEvent> elseSaxEventList)
void
IfAction. setThenSaxEventList(java.util.List<SaxEvent> thenSaxEventList)
-
Uses of SaxEvent in ch.qos.logback.core.joran.event
Subclasses of SaxEvent in ch.qos.logback.core.joran.event Modifier and Type Class Description class
BodyEvent
class
EndEvent
class
StartEvent
Fields in ch.qos.logback.core.joran.event with type parameters of type SaxEvent Modifier and Type Field Description java.util.List<SaxEvent>
SaxEventRecorder. saxEventList
Methods in ch.qos.logback.core.joran.event that return types with arguments of type SaxEvent Modifier and Type Method Description java.util.List<SaxEvent>
SaxEventRecorder. getSaxEventList()
java.util.List<SaxEvent>
SaxEventRecorder. recordEvents(org.xml.sax.InputSource inputSource)
Methods in ch.qos.logback.core.joran.event with parameters of type SaxEvent Modifier and Type Method Description void
InPlayListener. inPlay(SaxEvent event)
-
Uses of SaxEvent in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return types with arguments of type SaxEvent Modifier and Type Method Description java.util.List<SaxEvent>
EventPlayer. getCopyOfPlayerEventList()
Return a copy of the current event list in the player.Method parameters in ch.qos.logback.core.joran.spi with type arguments of type SaxEvent Modifier and Type Method Description void
EventPlayer. addEventsDynamically(java.util.List<SaxEvent> eventList, int offset)
void
EventPlayer. play(java.util.List<SaxEvent> aSaxEventList)
-
Uses of SaxEvent in ch.qos.logback.core.sift
Methods in ch.qos.logback.core.sift that return types with arguments of type SaxEvent Modifier and Type Method Description java.util.List<SaxEvent>
AbstractAppenderFactoryUsingJoran. getEventList()
Method parameters in ch.qos.logback.core.sift with type arguments of type SaxEvent Modifier and Type Method Description void
SiftingJoranConfiguratorBase. doConfigure(java.util.List<SaxEvent> eventList)
Constructor parameters in ch.qos.logback.core.sift with type arguments of type SaxEvent Constructor Description AbstractAppenderFactoryUsingJoran(java.util.List<SaxEvent> eventList, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> parentPropertyMap)
-