BufferedLogRecord.EventId Property

Definition

Gets the record's event id.

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

Property Value

Applies to