Tracing options

The tracelevel values used by the tracing options described in this section represent a hexadecimal digit string. Each bit of the digit string controls one type of tracing for the runtime. The defaults are:
tracelevel.1 : 0000000000020000
tracelevel.2 : 000000000000020f
tracelevel.3 : 000000000004023f  (minimum)
tracelevel.4 : 0000000000041a3f
tracelevel.5 : 00000000000c1bbf  (normal)
tracelevel.6 : 00000000000c1bbf
tracelevel.7 : 00000000001c1bbf  (maximum)
tracelevel.8 : 00000000001c1bbf
tracelevel.9 : 00000000001c1bbf
Following are the definitions of each bit in the trace mask:
x000001  - Informational messages
x000002  - Warning messages
x000004  - Error messages
x000008  - Critical error messages
x000010  - API traces
x000020  - Callback API traces
x000080  - Method entry
x000100  - Method exit
x000200  - Exceptions
x000400  - Miscellaneous traces
x000800  - Object creation
x001000  - Object disposal
x020000  - performance tracing - use this value alone
x040000  - Miscellaneous data - level 1
x080000  - Miscellaneous data - level 2
x100000  - Miscellaneous data - level 3

To customize the tracelevel values, add together the hexadecimal values in the trace mask. For example, if you specify tracelevel.9=180 and then use trace.RUNTIME=9 , only method entry and method exit runtime traces are performed.

trace.RUNTIME
Specifies the level of tracing for the main runtime and for all settings under RUNTIME.* that do not specify a trace level.

The value is an integer from 0–9. The default is 0, which means that no runtime tracing is performed.

trace.RUNTIME.ACTION
Specifies the level of tracing for the event actions. This setting overrides the trace.RUNTIME setting.

The value is an integer from 0–9. The default is 0, which means that no event action tracing is performed.

trace.TRANSFORM
Specifies the level of tracing for ZIETrans transformations and for all settings under TRANSFORM.* that do not specify a trace level.

The value is an integer from 0-9. The default is 0, which means that no transformation tracing is performed.

trace.TRANSFORM.COMPONENT
Specifies the level of tracing for ZIETrans components. This setting overrides the trace.TRANSFORM setting.

The value is an integer from 0–9. The default is 0, which means that no component tracing is performed.

trace.TRANSFORM.WIDGET
Specifies the level of tracing for ZIETrans widgets. This setting overrides the trace.TRANSFORM setting.

The value is an integer from 0–9. The default is 0, which means that no widget tracing is performed.

trace.INTEGRATIONOBJECT (Web-only)
Specifies the level of tracing for Integration Objects.

The value is an integer from 0–9. The default is 0, which means that no Integration Object tracing is performed.

trace.UTIL
Specifies the level of tracing for ZIETrans runtime utilities.

The value is an integer from 0–9. The default is 0, which means that no runtime utility tracing is performed.

trace.APPLET (Web-only)
Specifies the level of tracing for the applet.
The value is an integer, where
0
No tracing is performed.
3
Minimum level of tracing is performed.
5
Normal tracing is performed.
The default is 0.