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 SaxEventInterpreterMethods in ch.qos.logback.core.joran with parameters of type SaxEventInterpreterModifier and TypeMethodDescriptionprotected abstract voidGenericConfigurator.addImplicitRules(SaxEventInterpreter interpreter)protected voidJoranConfiguratorBase.addImplicitRules(SaxEventInterpreter interpreter) -
Uses of SaxEventInterpreter in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return SaxEventInterpreterModifier and TypeMethodDescriptionSaxEventInterpreter.duplicate(ElementPath initial)InterpretationContext.getSaxEventInterpreter()Constructors in ch.qos.logback.core.joran.spi with parameters of type SaxEventInterpreterModifierConstructorDescriptionEventPlayer(SaxEventInterpreter interpreter)InterpretationContext(Context context, SaxEventInterpreter saxEventInterpreter)