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 SaxEventInterpreterGenericXMLConfigurator.saxEventInterpreterMethods in ch.qos.logback.core.joran with parameters of type SaxEventInterpreterModifier and TypeMethodDescriptionprotected abstract voidGenericXMLConfigurator.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) SaxEventInterpretationContext.getSaxEventInterpreter()Constructors in ch.qos.logback.core.joran.spi with parameters of type SaxEventInterpreterModifierConstructorDescriptionEventPlayer(SaxEventInterpreter interpreter) SaxEventInterpretationContext(Context context, SaxEventInterpreter saxEventInterpreter)