public class SiftAction
extends ch.qos.logback.core.joran.action.Action
implements ch.qos.logback.core.joran.event.InPlayListener
| Constructor and Description |
|---|
SiftAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ch.qos.logback.core.joran.spi.InterpretationContext ic,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
end(ch.qos.logback.core.joran.spi.InterpretationContext ic,
java.lang.String name) |
java.util.List<ch.qos.logback.core.joran.event.SaxEvent> |
getSeList() |
void |
inPlay(ch.qos.logback.core.joran.event.SaxEvent event) |
body, getColumnNumber, getLineColStr, getLineNumber, toStringpublic void begin(ch.qos.logback.core.joran.spi.InterpretationContext ic,
java.lang.String name,
org.xml.sax.Attributes attributes)
throws ch.qos.logback.core.joran.spi.ActionException
begin in class ch.qos.logback.core.joran.action.Actionch.qos.logback.core.joran.spi.ActionExceptionpublic void end(ch.qos.logback.core.joran.spi.InterpretationContext ic,
java.lang.String name)
throws ch.qos.logback.core.joran.spi.ActionException
end in class ch.qos.logback.core.joran.action.Actionch.qos.logback.core.joran.spi.ActionExceptionpublic void inPlay(ch.qos.logback.core.joran.event.SaxEvent event)
inPlay in interface ch.qos.logback.core.joran.event.InPlayListenerpublic java.util.List<ch.qos.logback.core.joran.event.SaxEvent> getSeList()