public abstract class SiftingJoranConfiguratorBase<E> extends GenericConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected Map<String,String> |
parentPropertyMap |
protected String |
value |
interpretercontext| Modifier | Constructor and Description |
|---|---|
protected |
SiftingJoranConfiguratorBase(String key,
String value,
Map<String,String> parentPropertyMap) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addImplicitRules(Interpreter interpreter) |
protected void |
addInstanceRules(RuleStore rs) |
void |
doConfigure(List<SaxEvent> eventList)
Configures logback with SAX events of configuration XML
|
abstract Appender<E> |
getAppender() |
protected void |
oneAndOnlyOneCheck(Map<?,?> appenderMap) |
String |
toString() |
addDefaultNestedComponentRegistryRules, buildInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, informContextOfURLUsedForConfiguration, initialElementPath, recallSafeConfiguration, registerSafeConfigurationaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextprotected void addImplicitRules(Interpreter interpreter)
addImplicitRules in class GenericConfiguratorprotected void addInstanceRules(RuleStore rs)
addInstanceRules in class GenericConfiguratorprotected void oneAndOnlyOneCheck(Map<?,?> appenderMap)
public void doConfigure(List<SaxEvent> eventList) throws JoranException
GenericConfiguratordoConfigure in class GenericConfiguratoreventList - list of SAX eventsJoranException - configuration error occurredCopyright © 2005–2014 QOS.ch. All rights reserved.