EventTypeFilter(SourceLevels) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EventTypeFilter class.
public:
EventTypeFilter(System::Diagnostics::SourceLevels level);
public EventTypeFilter (System.Diagnostics.SourceLevels level);
new System.Diagnostics.EventTypeFilter : System.Diagnostics.SourceLevels -> System.Diagnostics.EventTypeFilter
Public Sub New (level As SourceLevels)
Parameters
- level
- SourceLevels
A bitwise combination of the SourceLevels values that specifies the event type of the messages to trace.
Remarks
The value of the level
parameter is used to initialize the EventType property.