The properties of System.Diagnostics.TraceSwitch are listed below. For a list of all members, see the TraceSwitch Members list.
See Also: Inherited members from System.Diagnostics.Switch
Level | TraceLevel.
Gets or sets the trace level that determines the messages the switch allows. | |
[read-only] | TraceError | bool.
Gets a value indicating whether the switch allows error-handling messages. |
[read-only] | TraceInfo | bool.
Gets a value indicating whether the switch allows informational messages. |
[read-only] | TraceVerbose | bool.
Gets a value indicating whether the switch allows all messages. |
[read-only] | TraceWarning | bool.
Gets a value indicating whether the switch allows warning messages. |