CoreEventId.ServiceProviderDebugInfo Field

Definition

Provides debug information for why a new internal service provider was created.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Infrastructure category.

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

Applies to