Uses of Class
ch.qos.logback.core.joran.spi.ElementSelector
Packages that use ElementSelector
-
Uses of ElementSelector in ch.qos.logback.core.joran.spi
Fields in ch.qos.logback.core.joran.spi with type parameters of type ElementSelectorModifier and TypeFieldDescription(package private) HashMap
<ElementSelector, List<Action>> SimpleRuleStore.rules
Methods in ch.qos.logback.core.joran.spi with parameters of type ElementSelectorModifier and TypeMethodDescriptionvoid
RuleStore.addRule
(ElementSelector elementSelector, Action action) Add a new rule, given by a pattern and an action instance.void
RuleStore.addRule
(ElementSelector elementSelector, String actionClassStr) Add a new rule, given by a pattern and a action class (String).void
SimpleRuleStore.addRule
(ElementSelector elementSelector, Action action) Add a new rule, i.e.void
SimpleRuleStore.addRule
(ElementSelector elementSelector, String actionClassName) private boolean
SimpleRuleStore.isSuffixPattern
(ElementSelector p) -
Uses of ElementSelector in chapters.onJoran
Fields in chapters.onJoran with type parameters of type ElementSelectorModifier and TypeFieldDescription(package private) final Map
<ElementSelector, Action> SimpleConfigurator.ruleMap
Constructor parameters in chapters.onJoran with type arguments of type ElementSelectorModifierConstructorDescriptionSimpleConfigurator
(Map<ElementSelector, Action> ruleMap) SimpleConfigurator
(Map<ElementSelector, Action> ruleMap, List<ImplicitAction> iaList)