Defines trace levels for IBM.CTG.Client.dll.
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
CtgTrcDisabled | 0 | Disables tracing. | |
CtgTrcLevel1 | 1 | Includes exception trace points only. | |
CtgTrcLevel2 | 2 | Includes event trace points and all CtgTrcLevel1 trace points. | |
CtgTrcLevel3 | 3 | Includes function entry and exit trace points and all CtgTrcLevel1 and CtgTrcLevel2 trace points. | |
CtgTrcLevel4 | 4 | Includes debug trace points and all CtgTrcLevel1, CtgTrcLevel2 and CtgTrcLevel3 trace points. |
See Also