Uses of Class
ch.qos.logback.core.joran.spi.Interpreter
-
Packages that use Interpreter Package Description ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.joran.spi ch.qos.logback.core.sift chapters.onJoran -
-
Uses of Interpreter in ch.qos.logback.core.joran
Fields in ch.qos.logback.core.joran declared as Interpreter Modifier and Type Field Description protected InterpreterGenericConfigurator. interpreterMethods in ch.qos.logback.core.joran with parameters of type Interpreter Modifier and Type Method Description protected abstract voidGenericConfigurator. addImplicitRules(Interpreter interpreter)protected voidJoranConfiguratorBase. addImplicitRules(Interpreter interpreter) -
Uses of Interpreter in ch.qos.logback.core.joran.spi
Fields in ch.qos.logback.core.joran.spi declared as Interpreter Modifier and Type Field Description (package private) InterpreterEventPlayer. interpreter(package private) InterpreterInterpretationContext. joranInterpreterMethods in ch.qos.logback.core.joran.spi that return Interpreter Modifier and Type Method Description InterpreterInterpretationContext. getJoranInterpreter()Constructors in ch.qos.logback.core.joran.spi with parameters of type Interpreter Constructor Description CAI_WithLocatorSupport(Context context, Interpreter interpreter)EventPlayer(Interpreter interpreter)InterpretationContext(Context context, Interpreter joranInterpreter) -
Uses of Interpreter in ch.qos.logback.core.sift
Methods in ch.qos.logback.core.sift with parameters of type Interpreter Modifier and Type Method Description protected voidSiftingJoranConfiguratorBase. addImplicitRules(Interpreter interpreter) -
Uses of Interpreter in chapters.onJoran
Methods in chapters.onJoran with parameters of type Interpreter Modifier and Type Method Description protected voidSimpleConfigurator. addImplicitRules(Interpreter interpreter)
-