Uses of Class
ch.qos.logback.core.joran.spi.ElementSelector

Packages that use ElementSelector
ch.qos.logback.core.joran.spi   
 

Uses of ElementSelector in ch.qos.logback.core.joran.spi
 

Methods in ch.qos.logback.core.joran.spi with parameters of type ElementSelector
 void SimpleRuleStore.addRule(ElementSelector elementSelector, Action action)
          Add a new rule, i.e. a pattern, action pair to the rule store.
 void RuleStore.addRule(ElementSelector elementSelector, Action action)
          Add a new rule, given by a pattern and an action instance.
 void SimpleRuleStore.addRule(ElementSelector elementSelector, String actionClassName)
           
 void RuleStore.addRule(ElementSelector elementSelector, String actionClassStr)
          Add a new rule, given by a pattern and a action class (String).
 



Copyright © 2005-2014 QOS.ch. All Rights Reserved.