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.setImplicitRuleSupplier(SaxEventInterpreter interpreter) protected voidJoranConfiguratorBase.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)