Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Diagnostics.​Tracing.​EventSourceOptions

Assembly: System.Diagnostics.Tracing

Specifies overrides of default event settings such as the log level, keywords and operation code when the <see cref="M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions,``0)" /> method is called.

Properties

ActivityOptions
The activity options defined for this event source.
public EventKeywords
Keywords
Gets or sets the keywords applied to the event. If this property is not set, the event's keywords will be <see langword="None" /> .
public EventLevel
Level
Gets or sets the event level applied to the event.
public EventOpcode
Opcode
Gets or sets the operation code to use for the specified event.
public EventTags
Tags
The event tags defined for this event source.

Methods

public bool
Equals​(object obj)
Inherited from ValueType
public int
GetHashCode​()
Inherited from ValueType
public string
ToString​()
Inherited from ValueType
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object