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

EntryWrittenEventArgs

namespace System.Diagnostics { public class EntryWrittenEventArgs : EventArgs { public EventLogEntry Entry { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public EntryWrittenEventArgs() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } public EntryWrittenEventArgs(EventLogEntry entry) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } }