Share via


EntityFrameworkEventSource.Log Field

Definition

The singleton instance of EntityFrameworkEventSource.

public static readonly Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkEventSource Log;
 staticval mutable Log : Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkEventSource
Public Shared ReadOnly Log As EntityFrameworkEventSource 

Field Value

Remarks

See EF Core event counters for more information and examples.

Applies to