Uses of Class
ch.qos.logback.core.joran.spi.ElementSelector
-
Packages that use ElementSelector Package Description ch.qos.logback.core.joran.spi Contains service provider interface classes for Joran configuration framework. -
-
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, String actionClassStr)Add a new rule, given by a pattern and an action class (String).voidRuleStore. addRule(ElementSelector elementSelector, Supplier<Action> actionSupplier)Add a new rule, given by a pattern and an action instance.voidSimpleRuleStore. addRule(ElementSelector elementSelector, String actionClassName)voidSimpleRuleStore. addRule(ElementSelector elementSelector, Supplier<Action> actionSupplier)Add a new rule, i.e. a pattern, action pair to the rule store.
-