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.
This enumeration is used by the TraceSwitch class.
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. |
Namespace: System.Diagnostics
Assembly: System.dll