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

EventLogLink

public sealed class EventLogLink
Represents a link between an event provider and an event log that the provider publishes events into. This object cannot be instantiated.
public string DisplayName { get; }

Gets the localized name of the event log.

public bool IsImported { get; }

Gets a Boolean value that determines whether the event log is imported, rather than defined in the event provider. An imported event log is defined in a different provider.

public string LogName { get; }

Gets the non-localized name of the event log associated with this object.