| Package | Description |
|---|---|
| ch.qos.logback.core.joran.spi | |
| chapters.onJoran |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.HashMap<ElementSelector,java.util.List<Action>> |
SimpleRuleStore.rules |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleStore.addRule(ElementSelector elementSelector,
Action action)
Add a new rule, given by a pattern and an action instance.
|
void |
SimpleRuleStore.addRule(ElementSelector elementSelector,
Action action)
Add a new rule, i.e.
|
void |
RuleStore.addRule(ElementSelector elementSelector,
java.lang.String actionClassStr)
Add a new rule, given by a pattern and a action class (String).
|
void |
SimpleRuleStore.addRule(ElementSelector elementSelector,
java.lang.String actionClassName) |
private boolean |
SimpleRuleStore.isSuffixPattern(ElementSelector p) |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Map<ElementSelector,Action> |
SimpleConfigurator.ruleMap |
| Constructor and Description |
|---|
SimpleConfigurator(java.util.Map<ElementSelector,Action> ruleMap) |
SimpleConfigurator(java.util.Map<ElementSelector,Action> ruleMap,
java.util.List<ImplicitAction> iaList) |