Documentation for this section has not yet been entered.
You can use the TraceSwitch.TraceError, TraceSwitch.TraceWarning, TraceSwitch.TraceInfo, and TraceSwitch.TraceVerbose properties in conjunction with the System.Diagnostics.Debug and System.Diagnostics.Trace classes to emit all messages with a specified importance or greater. When the TraceSwitch.Level property is set to the highest importance, TraceLevel.Error, TraceLevel.Error , only error-handling messages are emitted.