Package | Description |
---|---|
ch.qos.logback.core.joran.spi | |
chapters.onJoran |
Modifier and Type | Method and Description |
---|---|
void |
SimpleRuleStore.addRule(ElementSelector elementSelector,
Action action)
Add a new rule, i.e.
|
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).
|
Constructor and Description |
---|
SimpleConfigurator(Map<ElementSelector,Action> ruleMap) |
SimpleConfigurator(Map<ElementSelector,Action> ruleMap,
List<ImplicitAction> iaList) |
Copyright © 2005–2016 QOS.ch. All rights reserved.