<PackageReference Include="System.Diagnostics.EventLog" Version="4.6.0-preview4.19212.13" />

EventLogEntry

public sealed class EventLogEntry : Component, ISerializable
public string Category { get; }

public short CategoryNumber { get; }

public byte[] Data { get; }

public EventLogEntryType EntryType { get; }

public int EventID { get; }

public int Index { get; }

public long InstanceId { get; }

public string MachineName { get; }

public string Message { get; }

public string[] ReplacementStrings { get; }

public string Source { get; }

public DateTime TimeGenerated { get; }

public DateTime TimeWritten { get; }

public string UserName { get; }

public bool Equals(EventLogEntry otherEntry)