Package | Description |
---|---|
ch.qos.logback.classic.joran.action | |
ch.qos.logback.classic.sift | |
ch.qos.logback.core.db |
The ch.qos.logback.core.db package provides bases classes to append objects
into various databases.
|
ch.qos.logback.core.joran |
Contains Joran configuration classes.
|
ch.qos.logback.core.joran.action | |
ch.qos.logback.core.joran.conditional | |
ch.qos.logback.core.joran.spi |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
ConsolePluginAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
ContextNameAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
InsertFromJNDIAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
JMXConfiguratorAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
LevelAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
LoggerAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
LoggerContextListenerAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
RootLoggerAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
ContextNameAction.body(InterpretationContext ec,
java.lang.String body) |
void |
ConfigurationAction.end(InterpretationContext ec,
java.lang.String name) |
void |
ConsolePluginAction.end(InterpretationContext ec,
java.lang.String name) |
void |
ContextNameAction.end(InterpretationContext ec,
java.lang.String name) |
void |
InsertFromJNDIAction.end(InterpretationContext ec,
java.lang.String name) |
void |
JMXConfiguratorAction.end(InterpretationContext ec,
java.lang.String name) |
void |
LevelAction.end(InterpretationContext ec,
java.lang.String e) |
void |
LoggerAction.end(InterpretationContext ec,
java.lang.String e) |
void |
LoggerContextListenerAction.end(InterpretationContext ec,
java.lang.String name) |
void |
RootLoggerAction.end(InterpretationContext ec,
java.lang.String name) |
void |
LevelAction.finish(InterpretationContext ec) |
void |
LoggerAction.finish(InterpretationContext ec) |
void |
RootLoggerAction.finish(InterpretationContext ec) |
Modifier and Type | Method and Description |
---|---|
void |
SiftAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
SiftAction.end(InterpretationContext ec,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
BindDataSourceToJNDIAction.begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes)
Instantiates an a data source and bind it to JNDI
Most of the required parameters are placed in the ec.substitutionProperties
|
void |
BindDataSourceToJNDIAction.end(InterpretationContext ec,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
InterpretationContext |
JoranConfiguratorBase.getExecutionContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEventEvaluatorAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes)
Instantiates an evaluator 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 |
AppenderAction.begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes)
Instantiates an appender of the given class and sets its name.
|
void |
AppenderRefAction.begin(InterpretationContext ec,
java.lang.String tagName,
org.xml.sax.Attributes attributes) |
void |
ContextPropertyAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
ConversionRuleAction.begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes)
Instantiates an layout of the given class and sets its name.
|
void |
DefinePropertyAction.begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes) |
void |
IncludeAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
NOPAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
NestedBasicPropertyIA.begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes) |
void |
NestedComplexPropertyIA.begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes) |
void |
NewRuleAction.begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes)
Instantiates an layout of the given class and sets its name.
|
void |
ParamAction.begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes) |
void |
PropertyAction.begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes)
Set a new property for the execution context by name, value pair, or adds
all the properties found in the given file.
|
void |
StatusListenerAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
TimestampAction.begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
Action.body(InterpretationContext ic,
java.lang.String body)
Called to pass the body (as text) contained within an element.
|
void |
NestedBasicPropertyIA.body(InterpretationContext ec,
java.lang.String body) |
void |
AbstractEventEvaluatorAction.end(InterpretationContext ec,
java.lang.String e)
Once the children elements are also parsed, now is the time to activate the
evaluator options.
|
abstract void |
Action.end(InterpretationContext ic,
java.lang.String name) |
void |
AppenderAction.end(InterpretationContext ec,
java.lang.String name)
Once the children elements are also parsed, now is the time to activate the
appender options.
|
void |
AppenderRefAction.end(InterpretationContext ec,
java.lang.String n) |
void |
ContextPropertyAction.end(InterpretationContext ec,
java.lang.String name) |
void |
ConversionRuleAction.end(InterpretationContext ec,
java.lang.String n)
Once the children elements are also parsed, now is the time to activate
the appender options.
|
void |
DefinePropertyAction.end(InterpretationContext ec,
java.lang.String name)
Now property definer is initialized by all properties and we can put
property value to context
|
void |
IncludeAction.end(InterpretationContext ec,
java.lang.String name) |
void |
NOPAction.end(InterpretationContext ec,
java.lang.String name) |
void |
NestedBasicPropertyIA.end(InterpretationContext ec,
java.lang.String tagName) |
void |
NestedComplexPropertyIA.end(InterpretationContext ec,
java.lang.String tagName) |
void |
NewRuleAction.end(InterpretationContext ec,
java.lang.String n)
Once the children elements are also parsed, now is the time to activate the
appender options.
|
void |
ParamAction.end(InterpretationContext ec,
java.lang.String localName) |
void |
PropertyAction.end(InterpretationContext ec,
java.lang.String name) |
void |
StatusListenerAction.end(InterpretationContext ec,
java.lang.String e) |
void |
TimestampAction.end(InterpretationContext ec,
java.lang.String name) |
void |
AbstractEventEvaluatorAction.finish(InterpretationContext ec) |
void |
ConversionRuleAction.finish(InterpretationContext ec) |
void |
NewRuleAction.finish(InterpretationContext ec) |
void |
ParamAction.finish(InterpretationContext ec) |
void |
PropertyAction.finish(InterpretationContext ec) |
void |
StatusListenerAction.finish(InterpretationContext ec) |
protected int |
Action.getColumnNumber(InterpretationContext ic) |
protected java.lang.String |
Action.getLineColStr(InterpretationContext ic) |
protected int |
Action.getLineNumber(InterpretationContext ic) |
abstract boolean |
ImplicitAction.isApplicable(Pattern currentPattern,
org.xml.sax.Attributes attributes,
InterpretationContext ec)
Check whether this implicit action is appropriate in the current context.
|
boolean |
NestedBasicPropertyIA.isApplicable(Pattern pattern,
org.xml.sax.Attributes attributes,
InterpretationContext ec) |
boolean |
NestedComplexPropertyIA.isApplicable(Pattern pattern,
org.xml.sax.Attributes attributes,
InterpretationContext ic) |
void |
PropertyAction.setProperties(InterpretationContext ec,
java.util.Properties props,
ch.qos.logback.core.joran.action.PropertyAction.Scope scope)
Add all the properties found in the argument named 'props' to an
InterpretationContext.
|
void |
PropertyAction.setProperty(InterpretationContext ec,
java.lang.String key,
java.lang.String value,
ch.qos.logback.core.joran.action.PropertyAction.Scope scope) |
Modifier and Type | Method and Description |
---|---|
void |
IfAction.begin(InterpretationContext ic,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
ThenOrElseActionBase.begin(InterpretationContext ic,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
IfAction.end(InterpretationContext ic,
java.lang.String name) |
void |
ThenOrElseActionBase.end(InterpretationContext ic,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
InterpretationContext |
Interpreter.getExecutionContext()
Deprecated.
replaced by
Interpreter.getInterpretationContext() |
InterpretationContext |
Interpreter.getInterpretationContext() |