public class Level
extends java.lang.Object
implements java.lang.Comparable
Modifier and Type | Field and Description |
---|---|
static Level |
ALL |
static Level |
DEBUG |
static Level |
ERROR |
static Level |
FATAL |
static Level |
INFO |
static Level |
OFF |
static Level |
TRACE |
static Level |
WARN |
Constructor and Description |
---|
Level(int level,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
int |
toInt() |
static Level |
valueOf(java.lang.Integer level) |
static Level |
valueOf(java.lang.String name) |
public static final Level OFF
public static final Level FATAL
public static final Level ERROR
public static final Level WARN
public static final Level INFO
public static final Level DEBUG
public static final Level TRACE
public static final Level ALL