| Package | Description |
|---|---|
| ch.qos.logback.core.joran.action | |
| ch.qos.logback.core.joran.conditional |
| Modifier and Type | Method and Description |
|---|---|
void |
TimestampAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
void |
StatusListenerAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
void |
ShutdownHookAction.begin(InterpretationContext ic,
String name,
Attributes attributes)
Instantiates a shutdown hook of the given class and sets its name.
|
void |
IncludeAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
void |
DefinePropertyAction.begin(InterpretationContext ec,
String localName,
Attributes attributes) |
void |
ContextPropertyAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
void |
AppenderAction.begin(InterpretationContext ec,
String localName,
Attributes attributes)
Instantiates an appender of the given class and sets its name.
|
abstract void |
Action.begin(InterpretationContext ic,
String name,
Attributes attributes)
Called when the parser encounters an element matching a
Pattern. |
void |
Action.body(InterpretationContext ic,
String body)
Called to pass the body (as text) contained within an element.
|
void |
TimestampAction.end(InterpretationContext ec,
String name) |
void |
ShutdownHookAction.end(InterpretationContext ic,
String name)
Once the children elements are also parsed, now is the time to activate the
shutdown hook options.
|
void |
IncludeAction.end(InterpretationContext ec,
String name) |
void |
ContextPropertyAction.end(InterpretationContext ec,
String name) |
abstract void |
Action.end(InterpretationContext ic,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThenOrElseActionBase.begin(InterpretationContext ic,
String name,
Attributes attributes) |
void |
IfAction.begin(InterpretationContext ic,
String name,
Attributes attributes) |
void |
ThenOrElseActionBase.end(InterpretationContext ic,
String name) |
void |
IfAction.end(InterpretationContext ic,
String name) |
Copyright © 2005–2016 QOS.ch. All rights reserved.