public class LoggerAction
extends ch.qos.logback.core.joran.action.Action
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LEVEL_ATTRIBUTE |
| Constructor and Description |
|---|
LoggerAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ch.qos.logback.core.joran.spi.InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
end(ch.qos.logback.core.joran.spi.InterpretationContext ec,
java.lang.String e) |
void |
finish(ch.qos.logback.core.joran.spi.InterpretationContext ec) |
body, getColumnNumber, getLineColStr, getLineNumber, toStringpublic static final java.lang.String LEVEL_ATTRIBUTE
public void begin(ch.qos.logback.core.joran.spi.InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes)
begin in class ch.qos.logback.core.joran.action.Actionpublic void end(ch.qos.logback.core.joran.spi.InterpretationContext ec,
java.lang.String e)
end in class ch.qos.logback.core.joran.action.Actionpublic void finish(ch.qos.logback.core.joran.spi.InterpretationContext ec)