<PackageReference Include="System.Diagnostics.EventLog" Version="7.0.0-preview.7.22375.6" />

EventLogWatcher

public class EventLogWatcher : IDisposable
public bool Enabled { get; set; }

public EventLogWatcher(EventLogQuery eventQuery)

public EventLogWatcher(EventLogQuery eventQuery, EventBookmark bookmark)

public EventLogWatcher(EventLogQuery eventQuery, EventBookmark bookmark, bool readExistingEvents)

public EventLogWatcher(string path)

public void Dispose()

protected virtual void Dispose(bool disposing)