Uses of Class
ch.qos.logback.core.joran.spi.ElementSelector
-
Packages that use ElementSelector Package Description ch.qos.logback.core.joran.spi chapters.onJoran -
-
Uses of ElementSelector in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi with parameters of type ElementSelector Modifier and Type Method Description voidRuleStore. addRule(ElementSelector elementSelector, Action action)Add a new rule, given by a pattern and an action instance.voidRuleStore. addRule(ElementSelector elementSelector, String actionClassStr)Add a new rule, given by a pattern and a action class (String).voidSimpleRuleStore. addRule(ElementSelector elementSelector, Action action)Add a new rule, i.e.voidSimpleRuleStore. addRule(ElementSelector elementSelector, String actionClassName) -
Uses of ElementSelector in chapters.onJoran
Constructor parameters in chapters.onJoran with type arguments of type ElementSelector Constructor Description SimpleConfigurator(Map<ElementSelector,Action> ruleMap)SimpleConfigurator(Map<ElementSelector,Action> ruleMap, List<ImplicitAction> iaList)
-