Gets a value indicating whether the Level is set to Warning, Info, or Verbose.
[Visual Basic] Public ReadOnly Property TraceWarning As Boolean [C#] public bool TraceWarning {get;} [C++] public: __property bool get_TraceWarning(); [JScript] public function get TraceWarning() : Boolean;
true if the Level is set to Warning, Info, or Verbose; otherwise, false.
When the Level is set to Warning, warnings and error handling messages are output. When the Level is set to Info, or Verbose, additional tracing or debugging messages are output.
TraceSwitch Class | TraceSwitch Members | System.Diagnostics Namespace | TraceSwitch | Switch | TraceLevel | Debug | Trace