Echo.EchoLevel
, Recorder.VerbosityLevelChoices
public class LogLevel extends EnumeratedAttribute
Modifier and Type | Field | Description |
---|---|---|
static LogLevel |
DEBUG |
DEBUG loglevel constant.
|
static LogLevel |
ERR |
ERR loglevel constant.
|
static LogLevel |
INFO |
INFO loglevel constant.
|
static LogLevel |
VERBOSE |
VERBOSE loglevel constant.
|
static LogLevel |
WARN |
WARN loglevel constant.
|
value
Constructor | Description |
---|---|
LogLevel() |
Public constructor.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getLevel() |
get the level of the echo of the current value
|
java.lang.String[] |
getValues() |
This is the only method a subclass needs to implement.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public static final LogLevel ERR
public static final LogLevel WARN
public static final LogLevel INFO
public static final LogLevel VERBOSE
public static final LogLevel DEBUG
public java.lang.String[] getValues()
EnumeratedAttribute
getValues
in class EnumeratedAttribute
EnumeratedAttribute.getValues()
public int getLevel()