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