<PackageReference Include="System.Diagnostics.EventLog" Version="9.0.1" />

StandardEventKeywords

public enum StandardEventKeywords
Defines the standard keywords that are attached to events by the event provider. For more information about keywords, see EventKeyword.
AuditFailure = 4503599627370496

Attached to all failed security audit events. This keyword should only be used for events in the Security log.

AuditSuccess = 9007199254740992

Attached to all successful security audit events. This keyword should only be used for events in the Security log.

CorrelationHint = 4503599627370496

Attached to transfer events where the related Activity ID (Correlation ID) is a computed value and is not guaranteed to be unique (not a real GUID).

CorrelationHint2 = 18014398509481984

Attached to transfer events where the related Activity ID (Correlation ID) is a computed value and is not guaranteed to be unique (not a real GUID).

EventLogClassic = 36028797018963968

Attached to events which are raised using the RaiseEvent function.

None = 0

This value indicates that no filtering on keyword is performed when the event is published.

ResponseTime = 281474976710656

Attached to all response time events.

Sqm = 2251799813685248

Attached to all Service Quality Mechanism (SQM) events.

WdiContext = 562949953421312

Attached to all Windows Diagnostic Infrastructure (WDI) context events.

WdiDiagnostic = 1125899906842624

Attached to all Windows Diagnostic Infrastructure (WDI) diagnostic events.