<PackageReference Include="System.Diagnostics.EventLog" Version="11.0.0-preview.1.26104.118" />

System.Diagnostics.Eventing.Reader.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.
namespace System.Diagnostics.Eventing.Reader { public sealed class EventLogLink { public string DisplayName { get; } public bool IsImported { get; } public string LogName { get; } } }