Package wt.util
Interface DebugFlag
- All Superinterfaces:
Serializable
This class defines the flags that can be used to configure debug information
capturing.
The RESERVE* constants are reserved for standard flags that may be added
in the future.
The USER_FLAG* constants are available for ad hoc developer usage.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: truestatic final byte
Supported API: true
-
Field Details
-
ALL
static final byte ALL
Supported API: true- See Also:
-
DEBUG
static final byte DEBUG
Supported API: true- See Also:
-
DATA
static final byte DATA
Supported API: true- See Also:
-
EXCEPTION
static final byte EXCEPTION
Supported API: true- See Also:
-
REPORT
static final byte REPORT
Supported API: true- See Also:
-
STACK_TRACE
static final byte STACK_TRACE
Supported API: true- See Also:
-
TRACE
static final byte TRACE
Supported API: true- See Also:
-
USER_FLAG1
static final byte USER_FLAG1
Supported API: true- See Also:
-
USER_FLAG2
static final byte USER_FLAG2
Supported API: true- See Also:
-
USER_FLAG3
static final byte USER_FLAG3
Supported API: true- See Also:
-
USER_FLAG4
static final byte USER_FLAG4
Supported API: true- See Also:
-
USER_FLAG5
static final byte USER_FLAG5
Supported API: true- See Also:
-
USER_FLAG6
static final byte USER_FLAG6
Supported API: true- See Also:
-
USER_FLAG7
static final byte USER_FLAG7
Supported API: true- See Also:
-
USER_FLAG8
static final byte USER_FLAG8
Supported API: true- See Also:
-
USER_FLAG9
static final byte USER_FLAG9
Supported API: true- See Also:
-
USER_FLAG10
static final byte USER_FLAG10
Supported API: true- See Also:
-
USER_FLAG11
static final byte USER_FLAG11
Supported API: true- See Also:
-
USER_FLAG12
static final byte USER_FLAG12
Supported API: true- See Also:
-
USER_FLAG13
static final byte USER_FLAG13
Supported API: true- See Also:
-
USER_FLAG14
static final byte USER_FLAG14
Supported API: true- See Also:
-
USER_FLAG15
static final byte USER_FLAG15
Supported API: true- See Also:
-
USER_FLAG16
static final byte USER_FLAG16
Supported API: true- See Also:
-