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

System.Diagnostics.Eventing.Reader.EventLogInformation

public sealed class EventLogInformation
namespace System.Diagnostics.Eventing.Reader { public sealed class EventLogInformation { public int? Attributes { get; } public DateTime? CreationTime { get; } public long? FileSize { get; } public bool? IsLogFull { get; } public DateTime? LastAccessTime { get; } public DateTime? LastWriteTime { get; } public long? OldestRecordNumber { get; } public long? RecordCount { get; } } }