DbContext.IDbContextDependencies.InfrastructureLogger プロパティ

定義

これは Entity Framework Core インフラストラクチャをサポートする内部 API であり、パブリック API と同じ互換性標準の対象ではありません。 いかなるリリースでも予告なく変更または削除される場合があります。 コードで直接使用する場合は、細心の注意を払う必要があります。これを行うと、新しい Entity Framework Core リリースに更新するとアプリケーションエラーが発生する可能性があることを認識してください。

Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.InfrastructureLogger { get; }
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.InfrastructureLogger { get; }
member this.Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.InfrastructureLogger : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure>
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.InfrastructureLogger : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure>
 ReadOnly Property InfrastructureLogger As IDiagnosticsLogger(Of DbLoggerCategory.Infrastructure) Implements IDbContextDependencies.InfrastructureLogger

プロパティ値

実装

Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.InfrastructureLogger
属性

適用対象