LogEventId Struct

Definition

A log event id associated with a name.

public readonly record struct LogEventId(int Id, string? Name) : IEquatable<LogEventId>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)