Uses of Class
ch.qos.logback.core.joran.spi.SaxEventInterpreter
-
Packages that use SaxEventInterpreter Package Description ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.joran.spi Contains service provider interface classes for Joran configuration framework. -
-
Uses of SaxEventInterpreter in ch.qos.logback.core.joran
Fields in ch.qos.logback.core.joran declared as SaxEventInterpreter Modifier and Type Field Description protected SaxEventInterpreterGenericXMLConfigurator. saxEventInterpreterMethods in ch.qos.logback.core.joran with parameters of type SaxEventInterpreter Modifier and Type Method Description protected 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 SaxEventInterpreter Modifier and Type Method Description SaxEventInterpreterSaxEventInterpretationContext. getSaxEventInterpreter()Constructors in ch.qos.logback.core.joran.spi with parameters of type SaxEventInterpreter Constructor Description EventPlayer(SaxEventInterpreter interpreter, List<SaxEvent> saxEvents)SaxEventInterpretationContext(Context context, SaxEventInterpreter saxEventInterpreter)
-