Package | Description |
---|---|
ch.qos.logback.access.sift | |
ch.qos.logback.classic.joran.action | |
ch.qos.logback.classic.sift | |
ch.qos.logback.core.joran.action | |
ch.qos.logback.core.joran.conditional |
Modifier and Type | Method and Description |
---|---|
void |
SiftAction.begin(InterpretationContext ic,
String name,
Attributes attributes) |
void |
SiftAction.end(InterpretationContext ic,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
JMXConfiguratorAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
void |
ReceiverAction.begin(InterpretationContext ic,
String name,
Attributes attributes) |
void |
ConsolePluginAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
void |
LoggerContextListenerAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
void |
JMXConfiguratorAction.end(InterpretationContext ec,
String name) |
void |
ReceiverAction.end(InterpretationContext ic,
String name) |
void |
ConsolePluginAction.end(InterpretationContext ec,
String name) |
void |
LoggerContextListenerAction.end(InterpretationContext ec,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
SiftAction.begin(InterpretationContext ic,
String name,
Attributes attributes) |
void |
SiftAction.end(InterpretationContext ic,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
AppenderAction.begin(InterpretationContext ec,
String localName,
Attributes attributes)
Instantiates an appender of the given class and sets its name.
|
void |
StatusListenerAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
void |
ContextPropertyAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
abstract void |
Action.begin(InterpretationContext ic,
String name,
Attributes attributes)
Called when the parser encounters an element matching a
Pattern . |
void |
DefinePropertyAction.begin(InterpretationContext ec,
String localName,
Attributes attributes) |
void |
TimestampAction.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 |
Action.body(InterpretationContext ic,
String body)
Called to pass the body (as text) contained within an element.
|
void |
ContextPropertyAction.end(InterpretationContext ec,
String name) |
abstract void |
Action.end(InterpretationContext ic,
String name) |
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) |
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.