The members of System.Diagnostics.TraceSwitch are listed below.
See Also: Inherited members from System.Diagnostics.Switch
Initializes a new instance of the System.Diagnostics.TraceSwitch class, using the specified display name and description. | ||
Initializes a new instance of the System.Diagnostics.TraceSwitch class, using the specified display name, description, and default value for the 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. |
override | OnSwitchSettingChanged()
| |
override | OnValueChanged()
|