TraceLevel Enumeration

CICS Transaction Gateway V9.3.0.0
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

public enum TraceLevel
Members

  Member nameValueDescription
CtgTrcDisabled0Disables tracing.
CtgTrcLevel11Includes exception trace points only.
CtgTrcLevel22Includes event trace points and all CtgTrcLevel1 trace points.
CtgTrcLevel33Includes function entry and exit trace points and all CtgTrcLevel1 and CtgTrcLevel2 trace points.
CtgTrcLevel44Includes debug trace points and all CtgTrcLevel1, CtgTrcLevel2 and CtgTrcLevel3 trace points.
See Also

Reference