다음을 통해 공유


CoreLoggerExtensions.ServiceProviderDebugInfo 메서드

정의

이벤트에 대한 로그입니다 ServiceProviderDebugInfo .

public static void ServiceProviderDebugInfo (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> diagnostics, System.Collections.Generic.IDictionary<string,string> newDebugInfo, System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,string>> cachedDebugInfos);
static member ServiceProviderDebugInfo : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, string>> -> unit
<Extension()>
Public Sub ServiceProviderDebugInfo (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Infrastructure), newDebugInfo As IDictionary(Of String, String), cachedDebugInfos As IList(Of IDictionary(Of String, String)))

매개 변수

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Infrastructure>

사용할 진단 로거입니다.

newDebugInfo
IDictionary<String,String>

새 서비스 공급자에 대한 정보를 디버그합니다.

cachedDebugInfos
IList<IDictionary<String,String>>

기존 서비스 공급자에 대한 정보를 디버그합니다.

적용 대상