public class IfAction
extends ch.qos.logback.core.joran.action.Action
IfCommand from XML| Modifier and Type | Field and Description |
|---|---|
static String |
CONDITION_ATTR |
static String |
REF_ATTR |
| Constructor and Description |
|---|
IfAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ch.qos.logback.core.joran.spi.InterpretationContext ic,
String name,
Attributes attributes) |
void |
end(ch.qos.logback.core.joran.spi.InterpretationContext ic,
String name) |
body, getColumnNumber, getLineColStr, getLineNumber, toStringpublic static final String REF_ATTR
public static final String CONDITION_ATTR
public void begin(ch.qos.logback.core.joran.spi.InterpretationContext ic,
String name,
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,
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.ActionExceptionCopyright © 2021. All rights reserved.