public class IncAction
extends ch.qos.logback.core.joran.action.Action
| Modifier and Type | Field and Description |
|---|---|
static int |
beginCount |
static int |
endCount |
static int |
errorCount |
| Constructor and Description |
|---|
IncAction() |
| 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.
|
static void |
reset() |
body, getColumnNumber, getLineColStr, getLineNumber, toStringpublic static int beginCount
public static int endCount
public static int errorCount
public static void reset()
public void begin(ch.qos.logback.core.joran.spi.InterpretationContext ec,
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 ec,
String name)
end in class ch.qos.logback.core.joran.action.ActionCopyright © 2005–2023 QOS.ch. All rights reserved.