org.jagatoo.logging
Class LogLevel
java.lang.Object
org.jagatoo.logging.LogLevel
public final class LogLevel
- extends java.lang.Object
Use these constants as parameter for the Log methods.
|
Method Summary |
static boolean |
isError(int level)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
EXCEPTION
public static final int EXCEPTION
- See Also:
- Constant Field Values
REGULAR
public static final int REGULAR
- See Also:
- Constant Field Values
EXHAUSTIVE
public static final int EXHAUSTIVE
- See Also:
- Constant Field Values
DEBUG
public static final int DEBUG
- See Also:
- Constant Field Values
PROFILE
public static final int PROFILE
- See Also:
- Constant Field Values
isError
public static boolean isError(int level)