Defines trace levels for IBM.CTG.Client.dll.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2

Syntax

C#
public enum TraceLevel
Visual Basic
Public Enumeration TraceLevel
Visual C++
public enum class TraceLevel

Members

Member nameDescription
CtgTrcDisabled
Disables tracing.
CtgTrcLevel1
Includes exception trace points only.
CtgTrcLevel2
Includes event trace points and all CtgTrcLevel1 trace points.
CtgTrcLevel3
Includes function entry and exit trace points and all CtgTrcLevel1 and CtgTrcLevel2 trace points.
CtgTrcLevel4
Includes debug trace points and all CtgTrcLevel1, CtgTrcLevel2 and CtgTrcLevel3 trace points.

See Also