Package com.mckoi.debug
Interface Lvl
-
- All Known Subinterfaces:
DebugLogger
- All Known Implementing Classes:
DefaultDebugLogger
public interface LvlDebug level static values.- Author:
- Tobias Downer
-
-
Field Summary
Fields Modifier and Type Field Description static intALERTstatic intERRORstatic intINFORMATIONSome sample debug levels.static intMESSAGEstatic intWARNING
-
-
-
Field Detail
-
INFORMATION
static final int INFORMATION
Some sample debug levels.- See Also:
- Constant Field Values
-
WARNING
static final int WARNING
- See Also:
- Constant Field Values
-
ALERT
static final int ALERT
- See Also:
- Constant Field Values
-
ERROR
static final int ERROR
- See Also:
- Constant Field Values
-
MESSAGE
static final int MESSAGE
- See Also:
- Constant Field Values
-
-