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.
enum System.Diagnostics.Tracing.EventKeywords
Assembly: System.Diagnostics.Tracing
Defines the standard keywords that apply to events.
Values
All
All the bits are set to 1, representing every possible group of events.
None
No filtering on keywords is performed when the event is published.
MicrosoftTelemetry
Attached to all Microsoft telemetry events.
WdiContext
Attached to all Windows Diagnostics Infrastructure (WDI) context events.
WdiDiagnostic
Attached to all Windows Diagnostics Infrastructure (WDI) diagnostic events.
Sqm
Attached to all Service Quality Mechanism (SQM) events.
AuditFailure
Attached to all failed security audit events. Use this keyword only for events in the security log.
CorrelationHint
Attached to transfer events where the related activity ID (correlation ID) is a computed value and is not guaranteed to be unique (that is, it is not a real GUID).
AuditSuccess
Attached to all successful security audit events. Use this keyword only for events in the security log.
EventLogClassic
Attached to events that are raised by using the <see langword="RaiseEvent" /> function.