Uses of Class
ch.qos.logback.core.joran.spi.SaxEventInterpreter
Packages that use SaxEventInterpreter
Package
Description
Contains Joran configuration classes.
-
Uses of SaxEventInterpreter in ch.qos.logback.core.joran
Fields in ch.qos.logback.core.joran declared as SaxEventInterpreterModifier and TypeFieldDescriptionprotected SaxEventInterpreter
GenericXMLConfigurator.saxEventInterpreter
Methods in ch.qos.logback.core.joran with parameters of type SaxEventInterpreterModifier and TypeMethodDescriptionprotected abstract void
GenericXMLConfigurator.setImplicitRuleSupplier
(SaxEventInterpreter interpreter) protected void
JoranConfiguratorBase.setImplicitRuleSupplier
(SaxEventInterpreter interpreter) -
Uses of SaxEventInterpreter in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return SaxEventInterpreterConstructors in ch.qos.logback.core.joran.spi with parameters of type SaxEventInterpreterModifierConstructorDescriptionEventPlayer
(SaxEventInterpreter interpreter, List<SaxEvent> saxEvents) SaxEventInterpretationContext
(Context context, SaxEventInterpreter saxEventInterpreter)