Package com.mckoi.debug
Interface Lvl
- All Known Subinterfaces:
DebugLogger
- All Known Implementing Classes:
DefaultDebugLogger
public interface Lvl
Debug level static values.
- Author:
- Tobias Downer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
Some sample debug levels.static final int
static final int
-
Field Details
-
INFORMATION
static final int INFORMATIONSome sample debug levels.- See Also:
-
WARNING
static final int WARNING- See Also:
-
ALERT
static final int ALERT- See Also:
-
ERROR
static final int ERROR- See Also:
-
MESSAGE
static final int MESSAGE- See Also:
-