Uses of Class
ch.qos.logback.core.joran.event.SaxEvent
Packages that use SaxEvent
Package
Description
Contains Joran configuration classes.
Contains Joran configuration classes.
-
Uses of SaxEvent in ch.qos.logback.access.sift
Fields in ch.qos.logback.access.sift with type parameters of type SaxEventMethods in ch.qos.logback.access.sift that return types with arguments of type SaxEventMethods in ch.qos.logback.access.sift with parameters of type SaxEventConstructor parameters in ch.qos.logback.access.sift with type arguments of type SaxEvent -
Uses of SaxEvent in ch.qos.logback.classic.joran
Methods in ch.qos.logback.classic.joran that return types with arguments of type SaxEventModifier and TypeMethodDescriptionReconfigureOnChangeTask.removeIncludeEvents
(List<SaxEvent> unsanitizedEventList) Method parameters in ch.qos.logback.classic.joran with type arguments of type SaxEventModifier and TypeMethodDescriptionprivate void
ReconfigureOnChangeTask.fallbackConfiguration
(LoggerContext lc, List<SaxEvent> eventList, URL mainURL) ReconfigureOnChangeTask.removeIncludeEvents
(List<SaxEvent> unsanitizedEventList) -
Uses of SaxEvent in ch.qos.logback.classic.sift
Fields in ch.qos.logback.classic.sift with type parameters of type SaxEventMethods in ch.qos.logback.classic.sift that return types with arguments of type SaxEventMethods in ch.qos.logback.classic.sift with parameters of type SaxEventConstructor parameters in ch.qos.logback.classic.sift with type arguments of type SaxEvent -
Uses of SaxEvent in ch.qos.logback.classic.turbo
Method parameters in ch.qos.logback.classic.turbo with type arguments of type SaxEventModifier and TypeMethodDescriptionprivate void
ReconfigureOnChangeFilter.ReconfiguringThread.fallbackConfiguration
(LoggerContext lc, List<SaxEvent> eventList, URL mainURL) -
Uses of SaxEvent in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return types with arguments of type SaxEventModifier and TypeMethodDescriptionGenericConfigurator.recallSafeConfiguration()
Recall the event list previously registered as a safe point.Method parameters in ch.qos.logback.core.joran with type arguments of type SaxEventModifier and TypeMethodDescriptionvoid
GenericConfigurator.doConfigure
(List<SaxEvent> eventList) void
GenericConfigurator.registerSafeConfiguration
(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
Fields in ch.qos.logback.core.joran.conditional with type parameters of type SaxEventModifier and TypeFieldDescriptionIfState.elseSaxEventList
ThenActionState.eventList
IfState.thenSaxEventList
Methods in ch.qos.logback.core.joran.conditional with parameters of type SaxEventMethod parameters in ch.qos.logback.core.joran.conditional with type arguments of type SaxEventModifier and TypeMethodDescription(package private) void
ElseAction.registerEventList
(IfAction ifAction, List<SaxEvent> eventList) (package private) void
ThenAction.registerEventList
(IfAction ifAction, List<SaxEvent> eventList) (package private) abstract void
ThenOrElseActionBase.registerEventList
(IfAction ifAction, List<SaxEvent> eventList) (package private) void
ThenOrElseActionBase.removeFirstAndLastFromList
(List<SaxEvent> eventList) void
IfAction.setElseSaxEventList
(List<SaxEvent> elseSaxEventList) void
IfAction.setThenSaxEventList
(List<SaxEvent> thenSaxEventList) -
Uses of SaxEvent in ch.qos.logback.core.joran.event
Subclasses of SaxEvent in ch.qos.logback.core.joran.eventFields in ch.qos.logback.core.joran.event with type parameters of type SaxEventMethods in ch.qos.logback.core.joran.event that return SaxEventMethods in ch.qos.logback.core.joran.event that return types with arguments of type SaxEventModifier and TypeMethodDescriptionSaxEventRecorder.getSaxEventList()
SaxEventRecorder.recordEvents
(InputSource inputSource) Methods in ch.qos.logback.core.joran.event with parameters of type SaxEvent -
Uses of SaxEvent in ch.qos.logback.core.joran.spi
Fields in ch.qos.logback.core.joran.spi with type parameters of type SaxEventMethods in ch.qos.logback.core.joran.spi that return types with arguments of type SaxEventModifier and TypeMethodDescriptionEventPlayer.getCopyOfPlayerEventList()
Return a copy of the current event list in the player.Methods in ch.qos.logback.core.joran.spi with parameters of type SaxEventModifier and TypeMethodDescription(package private) void
InterpretationContext.fireInPlay
(SaxEvent event) Method parameters in ch.qos.logback.core.joran.spi with type arguments of type SaxEvent -
Uses of SaxEvent in ch.qos.logback.core.sift
Fields in ch.qos.logback.core.sift with type parameters of type SaxEventMethods in ch.qos.logback.core.sift that return types with arguments of type SaxEventModifier and TypeMethodDescriptionAbstractAppenderFactoryUsingJoran.getEventList()
AbstractAppenderFactoryUsingJoran.removeSiftElement
(List<SaxEvent> eventList) Method parameters in ch.qos.logback.core.sift with type arguments of type SaxEventModifier and TypeMethodDescriptionvoid
SiftingJoranConfiguratorBase.doConfigure
(List<SaxEvent> eventList) AbstractAppenderFactoryUsingJoran.removeSiftElement
(List<SaxEvent> eventList) Constructor parameters in ch.qos.logback.core.sift with type arguments of type SaxEvent