A log event id associated with a name.
public readonly record struct LogEventId(int Id, string? Name) : IEquatable<LogEventId>
kind:method, kind:property, kind:ctor. Press Esc to clear.LogEventId(Int32, String?)A log event id associated with a name.