CoreEventId.ServiceProviderCreated Field

Definition

A service provider was created for internal use by Entity Framework.

public static readonly Microsoft.Extensions.Logging.EventId ServiceProviderCreated;
 staticval mutable ServiceProviderCreated : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly ServiceProviderCreated As EventId 

Field Value

Remarks

This event is in the DbLoggerCategory.Infrastructure category.

This event uses the ServiceProviderEventData payload when used with a DiagnosticSource.

Applies to