EventSourceOptions Structure
Specifies overrides of default event settings such as the log level, keywords and operation code when the Write<T> method is called.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityOptions | The activity options defined for this event source. |
![]() | Keywords | Gets or sets the keywords applied to the event. If this property is not set, the event’s keywords will be None. |
![]() | Level | Gets or sets the event level applied to the event. |
![]() | Opcode | Gets or sets the operation code to use for the specified event. |
![]() | Tags | The event tags defined for this event source. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
For more information about ETW keywords and levels, see CLR ETW Keywords and Levels
Available since 10
.NET Framework
Available since 4.6
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

