LogEntry<TState>.EventId Property

Definition

Gets the log event Id.

public:
 property Microsoft::Extensions::Logging::EventId EventId { Microsoft::Extensions::Logging::EventId get(); };
public Microsoft.Extensions.Logging.EventId EventId { get; }
member this.EventId : Microsoft.Extensions.Logging.EventId
Public ReadOnly Property EventId As EventId

Property Value

An EventId instance.

Applies to