Trace-level constants

Table 102 summarizes the trace-level constants in the ODKConstant interface. These constants represent valid trace levels for the tracing method, trace() (defined in the ODKUtility class). All trace-level constants are of type integer (int).

Table 102. Trace-level constants of the ODKConstant interface.
Trace-level constant Description
TRACELEVEL0
Represents a trace level 0 (error logging on; tracing off)
TRACELEVEL1
Represents a trace level 1
TRACELEVEL2
Represents a trace level 2
TRACELEVEL3
Represents a trace level 3
TRACELEVEL4
Represents a trace level 4
TRACELEVEL5
Represents a trace level 5

For a description of the expected content at each trace level, see Table 17.

Copyright IBM Corp. 2004, 2005