public final class Level
extends Object
Class to represent Logger levels
-
-
Method Summary
int
Method to get the Level as an int
Method to get the Level string
-
Field Details
-
ERROR
public static final Level ERROR
-
WARN
public static final Level WARN
-
INFO
public static final Level INFO
-
DEBUG
public static final Level DEBUG
-
TRACE
public static final Level TRACE
-
ALL
public static final Level ALL
-
Method Details
-
toInt
public int toInt()
Method to get the Level as an int
- Returns:
- the return value
-
toString
Method to get the Level string
- Overrides:
toString in class Object
- Returns:
- the return value