Uses of Class
ch.qos.logback.core.joran.spi.ElementSelector
-
Uses of ElementSelector in ch.qos.logback.core.joran.spi
Modifier and TypeMethodDescriptionvoid
RuleStore.addRule
(ElementSelector elementSelector, String actionClassStr) Add a new rule, given by a pattern and an action class (String).void
RuleStore.addRule
(ElementSelector elementSelector, Supplier<Action> actionSupplier) Add a new rule, given by a pattern and an action instance.void
SimpleRuleStore.addRule
(ElementSelector elementSelector, String actionClassName) void
SimpleRuleStore.addRule
(ElementSelector elementSelector, Supplier<Action> actionSupplier) Add a new rule, i.e.