| Methods in ch.qos.logback.core.joran.action that throw ActionException |
void |
TimestampAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes)
|
void |
StatusListenerAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes)
|
void |
IncludeAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes)
|
void |
DefinePropertyAction.begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes)
|
void |
ContextPropertyAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes)
|
void |
AppenderAction.begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes)
Instantiates an appender of the given class and sets its name. |
abstract void |
Action.begin(InterpretationContext ic,
java.lang.String name,
org.xml.sax.Attributes attributes)
Called when the parser encounters an element matching a
Pattern. |
void |
Action.body(InterpretationContext ic,
java.lang.String body)
Called to pass the body (as text) contained within an element. |
void |
TimestampAction.end(InterpretationContext ec,
java.lang.String name)
|
void |
IncludeAction.end(InterpretationContext ec,
java.lang.String name)
|
void |
ContextPropertyAction.end(InterpretationContext ec,
java.lang.String name)
|
abstract void |
Action.end(InterpretationContext ic,
java.lang.String name)
|