public final class Level extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Level |
DEBUG
A constant.
|
static int |
DEBUG_INT
A possible result of
toInt() |
static Level |
ERROR
A constant.
|
static int |
ERROR_INT
A possible result of
toInt() |
static Level |
FATAL
A constant.
|
static int |
FATAL_INT
A possible result of
toInt() |
static Level |
INFO
A constant.
|
static int |
INFO_INT
A possible result of
toInt() |
static Level |
OFF
A constant.
|
static int |
OFF_INT
A possible result of
toInt() |
static Level |
SERVICE
A constant.
|
static int |
SERVICE_INT
A possible result of
toInt() |
static Level |
TRACE
A constant.
|
static int |
TRACE_INT
A possible result of
toInt() |
static Level |
WARN
A constant.
|
static int |
WARN_INT
A possible result of
toInt() |
| Modifier and Type | Method and Description |
|---|---|
int |
toInt()
Makes an integer from this object.
|
static Level |
toLevel(String level) |
String |
toString() |
static Level |
valueOf(String level)
Like valueOf of real enumerations.
|
public static final int TRACE_INT
toInt()public static final int DEBUG_INT
toInt()public static final int SERVICE_INT
toInt()public static final int INFO_INT
toInt()public static final int WARN_INT
toInt()public static final int ERROR_INT
toInt()public static final int FATAL_INT
toInt()public static final int OFF_INT
toInt()public static final Level TRACE
Logger.setLevel(org.mmbase.util.logging.Level)public static final Level DEBUG
Logger.setLevel(org.mmbase.util.logging.Level)public static final Level SERVICE
Logger.setLevel(org.mmbase.util.logging.Level)public static final Level INFO
Logger.setLevel(org.mmbase.util.logging.Level)public static final Level WARN
Logger.setLevel(org.mmbase.util.logging.Level)public static final Level ERROR
Logger.setLevel(org.mmbase.util.logging.Level)public static final Level FATAL
Logger.setLevel(org.mmbase.util.logging.Level)public static final Level OFF
Logger.setLevel(org.mmbase.util.logging.Level)MMBase 1.9-SNAPSHOT - ${javadoctimestamp}