java.lang.Object
org.seppiko.glf.api.EventConstants
public final class EventConstants
extends java.lang.Object
A Event Constants class like environment class
- Author:
- Leonard Woo
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EventConstants() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TRACE_INT
protected static final int TRACE_INT- See Also:
- Constant Field Values
-
DEBUG_INT
protected static final int DEBUG_INT- See Also:
- Constant Field Values
-
INFO_INT
protected static final int INFO_INT- See Also:
- Constant Field Values
-
WARN_INT
protected static final int WARN_INT- See Also:
- Constant Field Values
-
ERROR_INT
protected static final int ERROR_INT- See Also:
- Constant Field Values
-
FATAL_INT
protected static final int FATAL_INT- See Also:
- Constant Field Values
-
-
Constructor Details
-
EventConstants
public EventConstants()
-