Uses of Class
ch.qos.logback.core.joran.event.SaxEvent
Packages that use SaxEvent
Package
Description
Contains Joran configuration classes.
-
Uses of SaxEvent in ch.qos.logback.core.joran
Method parameters in ch.qos.logback.core.joran with type arguments of type SaxEventModifier and TypeMethodDescriptionGenericXMLConfigurator.buildModelFromSaxEventList
(List<SaxEvent> saxEvents) protected void
GenericXMLConfigurator.buildSaxEventInterpreter
(List<SaxEvent> saxEvents) -
Uses of SaxEvent in ch.qos.logback.core.joran.event
Subclasses of SaxEvent in ch.qos.logback.core.joran.eventMethods in ch.qos.logback.core.joran.event that return types with arguments of type SaxEvent -
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 SaxEventModifier and TypeMethodDescriptionEventPlayer.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 SaxEventModifier and TypeMethodDescriptionvoid
EventPlayer.addEventsDynamically
(List<SaxEvent> eventList, int offset) Constructor parameters in ch.qos.logback.core.joran.spi with type arguments of type SaxEventModifierConstructorDescriptionEventPlayer
(SaxEventInterpreter interpreter, List<SaxEvent> saxEvents) SaxEventInterpreter
(Context context, RuleStore rs, ElementPath initialElementPath, List<SaxEvent> saxEvents)