ch.qos.logback.core.joran.spi
Class SimpleRuleStore
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.spi.SimpleRuleStore
- All Implemented Interfaces:
- RuleStore, ContextAware
public class SimpleRuleStore
- extends ContextAwareBase
- implements RuleStore
SimpleRuleStore
public SimpleRuleStore(Context context)
addRule
public void addRule(Pattern pattern,
Action action)
- Add a new rule, i.e. a pattern, action pair to the rule store.
Note that the added action's LoggerRepository will be set in the
process.
- Specified by:
addRule
in interface RuleStore
addRule
public void addRule(Pattern pattern,
String actionClassName)
- Specified by:
addRule
in interface RuleStore
matchActions
public List matchActions(Pattern currentPattern)
- Specified by:
matchActions
in interface RuleStore
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2009 QOS.ch. All Rights Reserved.