<PackageReference Include="System.Diagnostics.EventLog" Version="8.0.0-preview.1.23110.8" />

EventLevel

public sealed class EventLevel
namespace System.Diagnostics.Eventing.Reader { public sealed class EventLevel { public string DisplayName { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public string Name { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public int Value { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } internal EventLevel() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } }