mscorlib(4.0.0.0) API with additions
TraceLevel.cs
1 namespace System.Diagnostics
2 {
4  public enum TraceLevel
5  {
7  Off,
9  Error,
11  Warning,
13  Info,
15  Verbose
16  }
17 }
TraceLevel
Specifies what messages to output for the T:System.Diagnostics.Debug, T:System.Diagnostics....
Definition: TraceLevel.cs:4
Allows F:System.Diagnostics.TraceEventType.Critical, F:System.Diagnostics.TraceEventType....
Output informational messages, warnings, and error-handling messages.
Does not allow any events through.