Package com.mchange.v2.debug
Interface DebugConstants
-
- All Known Implementing Classes:
DebugGen
public interface DebugConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
TRACE_MAX
static int
TRACE_MED
static int
TRACE_NONE
-
-
-
Field Detail
-
TRACE_NONE
static final int TRACE_NONE
- See Also:
- Constant Field Values
-
TRACE_MED
static final int TRACE_MED
- See Also:
- Constant Field Values
-
TRACE_MAX
static final int TRACE_MAX
- See Also:
- Constant Field Values
-
-