public class ContextNameAction
extends ch.qos.logback.core.joran.action.Action
| Constructor and Description |
|---|
ContextNameAction() |
| 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 |
body(ch.qos.logback.core.joran.spi.InterpretationContext ec,
java.lang.String body) |
void |
end(ch.qos.logback.core.joran.spi.InterpretationContext ec,
java.lang.String name) |
getColumnNumber, getLineColStr, getLineNumber, toStringpublic 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 body(ch.qos.logback.core.joran.spi.InterpretationContext ec,
java.lang.String body)
body in class ch.qos.logback.core.joran.action.Actionpublic void end(ch.qos.logback.core.joran.spi.InterpretationContext ec,
java.lang.String name)
end in class ch.qos.logback.core.joran.action.Action