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 LIMIT
          

Supported API: false
static byte REPORT
          

Supported API: true
static byte RESERVE1
          

Supported API: false
static byte RESERVE10
          

Supported API: false
static byte RESERVE2
          

Supported API: false
static byte RESERVE3
          

Supported API: false
static byte RESERVE4
          

Supported API: false
static byte RESERVE5
          

Supported API: false
static byte RESERVE6
          

Supported API: false
static byte RESERVE7
          

Supported API: false
static byte RESERVE8
          

Supported API: false
static byte RESERVE9
          

Supported API: false
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

LIMIT

public static final byte LIMIT


Supported API: false

See Also:
Constant Field Values

ALL

public static final byte ALL


Supported API: true

See Also:
Constant Field Values

DEBUG

public static final byte DEBUG


Supported API: true

See Also:
Constant Field Values

DATA

public static final byte DATA


Supported API: true

See Also:
Constant Field Values

EXCEPTION

public static final byte EXCEPTION


Supported API: true

See Also:
Constant Field Values

REPORT

public static final byte REPORT


Supported API: true

See Also:
Constant Field Values

STACK_TRACE

public static final byte STACK_TRACE


Supported API: true

See Also:
Constant Field Values

TRACE

public static final byte TRACE


Supported API: true

See Also:
Constant Field Values

RESERVE10

public static final byte RESERVE10


Supported API: false

See Also:
Constant Field Values

RESERVE9

public static final byte RESERVE9


Supported API: false

See Also:
Constant Field Values

RESERVE8

public static final byte RESERVE8


Supported API: false

See Also:
Constant Field Values

RESERVE7

public static final byte RESERVE7


Supported API: false

See Also:
Constant Field Values

RESERVE6

public static final byte RESERVE6


Supported API: false

See Also:
Constant Field Values

RESERVE5

public static final byte RESERVE5


Supported API: false

See Also:
Constant Field Values

RESERVE4

public static final byte RESERVE4


Supported API: false

See Also:
Constant Field Values

RESERVE3

public static final byte RESERVE3


Supported API: false

See Also:
Constant Field Values

RESERVE2

public static final byte RESERVE2


Supported API: false

See Also:
Constant Field Values

RESERVE1

public static final byte RESERVE1


Supported API: false

See Also:
Constant Field Values

USER_FLAG1

public static final byte USER_FLAG1


Supported API: true

See Also:
Constant Field Values

USER_FLAG2

public static final byte USER_FLAG2


Supported API: true

See Also:
Constant Field Values

USER_FLAG3

public static final byte USER_FLAG3


Supported API: true

See Also:
Constant Field Values

USER_FLAG4

public static final byte USER_FLAG4


Supported API: true

See Also:
Constant Field Values

USER_FLAG5

public static final byte USER_FLAG5


Supported API: true

See Also:
Constant Field Values

USER_FLAG6

public static final byte USER_FLAG6


Supported API: true

See Also:
Constant Field Values

USER_FLAG7

public static final byte USER_FLAG7


Supported API: true

See Also:
Constant Field Values

USER_FLAG8

public static final byte USER_FLAG8


Supported API: true

See Also:
Constant Field Values

USER_FLAG9

public static final byte USER_FLAG9


Supported API: true

See Also:
Constant Field Values

USER_FLAG10

public static final byte USER_FLAG10


Supported API: true

See Also:
Constant Field Values

USER_FLAG11

public static final byte USER_FLAG11


Supported API: true

See Also:
Constant Field Values

USER_FLAG12

public static final byte USER_FLAG12


Supported API: true

See Also:
Constant Field Values

USER_FLAG13

public static final byte USER_FLAG13


Supported API: true

See Also:
Constant Field Values

USER_FLAG14

public static final byte USER_FLAG14


Supported API: true

See Also:
Constant Field Values

USER_FLAG15

public static final byte USER_FLAG15


Supported API: true

See Also:
Constant Field Values

USER_FLAG16

public static final byte USER_FLAG16


Supported API: true

See Also:
Constant Field Values