To simplify working with the trace API, the following static variables
have been defined in the com.ibm.dse.base.Trace class:
Table 1. Trace level static variablesName |
Use |
Trace.High |
Specify a trace record with level High. |
Trace.Medium |
Specify a trace record with level Medium. |
Trace.Low |
Specify a trace record with level Low. |
Table 2. Trace type static variablesName |
Use |
Trace.Display |
Specify a trace record of the Display type. |
Trace.Information |
Specify a trace record of the Information type. |
Trace.Warning |
Specify a trace record of the Warning type. |
Trace.Error |
Specify a trace record of the Error type. |
Trace.Severe |
Specify a trace record of the Severe error type. |
Trace.Debug |
Specify a trace record of the Debug type. |