wt.util
Interface DebugFlag

All Superinterfaces:
Serializable

public interface DebugFlag
extends 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


Field Summary
static byte ALL
          

Supported API: true
static byte DATA
          

Supported API: true
static byte DEBUG
          

Supported API: true
static byte EXCEPTION
          

Supported API: true
static byte REPORT
          

Supported API: true
static byte STACK_TRACE
          

Supported API: true
static byte TRACE
          

Supported API: true
static byte USER_FLAG1
          

Supported API: true
static byte USER_FLAG10
          

Supported API: true
static byte USER_FLAG11
          

Supported API: true
static byte USER_FLAG12
          

Supported API: true
static byte USER_FLAG13
          

Supported API: true
static byte USER_FLAG14
          

Supported API: true
static byte USER_FLAG15
          

Supported API: true
static byte USER_FLAG16
          

Supported API: true
static byte USER_FLAG2
          

Supported API: true
static byte USER_FLAG3
          

Supported API: true
static byte USER_FLAG4
          

Supported API: true
static byte USER_FLAG5
          

Supported API: true
static byte USER_FLAG6
          

Supported API: true
static byte USER_FLAG7
          

Supported API: true
static byte USER_FLAG8
          

Supported API: true
static byte USER_FLAG9
          

Supported API: true
 

Field Detail

ALL

static final byte ALL


Supported API: true

See Also:
Constant Field Values

DEBUG

static final byte DEBUG


Supported API: true

See Also:
Constant Field Values

DATA

static final byte DATA


Supported API: true

See Also:
Constant Field Values

EXCEPTION

static final byte EXCEPTION


Supported API: true

See Also:
Constant Field Values

REPORT

static final byte REPORT


Supported API: true

See Also:
Constant Field Values

STACK_TRACE

static final byte STACK_TRACE


Supported API: true

See Also:
Constant Field Values

TRACE

static final byte TRACE


Supported API: true

See Also:
Constant Field Values

USER_FLAG1

static final byte USER_FLAG1


Supported API: true

See Also:
Constant Field Values

USER_FLAG2

static final byte USER_FLAG2


Supported API: true

See Also:
Constant Field Values

USER_FLAG3

static final byte USER_FLAG3


Supported API: true

See Also:
Constant Field Values

USER_FLAG4

static final byte USER_FLAG4


Supported API: true

See Also:
Constant Field Values

USER_FLAG5

static final byte USER_FLAG5


Supported API: true

See Also:
Constant Field Values

USER_FLAG6

static final byte USER_FLAG6


Supported API: true

See Also:
Constant Field Values

USER_FLAG7

static final byte USER_FLAG7


Supported API: true

See Also:
Constant Field Values

USER_FLAG8

static final byte USER_FLAG8


Supported API: true

See Also:
Constant Field Values

USER_FLAG9

static final byte USER_FLAG9


Supported API: true

See Also:
Constant Field Values

USER_FLAG10

static final byte USER_FLAG10


Supported API: true

See Also:
Constant Field Values

USER_FLAG11

static final byte USER_FLAG11


Supported API: true

See Also:
Constant Field Values

USER_FLAG12

static final byte USER_FLAG12


Supported API: true

See Also:
Constant Field Values

USER_FLAG13

static final byte USER_FLAG13


Supported API: true

See Also:
Constant Field Values

USER_FLAG14

static final byte USER_FLAG14


Supported API: true

See Also:
Constant Field Values

USER_FLAG15

static final byte USER_FLAG15


Supported API: true

See Also:
Constant Field Values

USER_FLAG16

static final byte USER_FLAG16


Supported API: true

See Also:
Constant Field Values