EventTypeFilter(SourceLevels) Constructor

Definition

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.

Applies to