SourceLevels Enumeration
Specifies the levels of trace messages filtered by the source switch and event type filter.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Diagnostics
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| ActivityTracing | Allows the Stop, Start, Suspend, Transfer, and Resume events through. | |
| All | Allows all events through. | |
| Critical | Allows only Critical events through. | |
| Error | Allows Critical and Error events through. | |
| Information | Allows Critical, Error, Warning, and Information events through. | |
| Off | Does not allow any events through. | |
| Verbose | Allows Critical, Error, Warning, Information, and Verbose events through. | |
| Warning | Allows Critical, Error, and Warning events through. |
The source levels identify the TraceEventType events that are to be traced. The SourceSwitch class uses the SourceLevels enumeration to define the event level of the trace message to use for filtering messages to send to the trace listener.
The EventTypeFilter class uses the SourceLevels enumeration to determine whether a trace listener should emit a trace.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.