NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TraceLevel Enumeration

Specifies what messages to output for debugging and tracing.

[Visual Basic]
Public Enum TraceLevel
[C#]
public enum TraceLevel
[C++]
public enum TraceLevel

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

This enumeration is used by the TraceSwitch class.

Members

Member Name Description
Error Output error handling messages.
Info Output informational messages, warnings and error handling messages.
Off Does not output tracing and debugging messages.
Verbose Output all debugging and tracing messages.
Warning Output warnings and error handling messages.

Requirements

Namespace: System.Diagnostics

Assembly: System.dll

See Also

System.Diagnostics Namespace | Debug | Trace | TraceSwitch