public class HelloAction
extends ch.qos.logback.core.joran.action.Action
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_KEY |
| Constructor and Description |
|---|
HelloAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ch.qos.logback.core.joran.spi.InterpretationContext ec,
String name,
Attributes attributes)
Instantiates an layout of the given class and sets its name.
|
void |
end(ch.qos.logback.core.joran.spi.InterpretationContext ec,
String name)
Once the children elements are also parsed, now is the time to activate
the appender options.
|
body, getColumnNumber, getLineColStr, getLineNumber, toStringpublic static final String PROPERTY_KEY
public void begin(ch.qos.logback.core.joran.spi.InterpretationContext ec,
String name,
Attributes attributes)
begin in class ch.qos.logback.core.joran.action.Actionpublic void end(ch.qos.logback.core.joran.spi.InterpretationContext ec,
String name)
end in class ch.qos.logback.core.joran.action.ActionCopyright © 2005–2022 QOS.ch. All rights reserved.