次の方法で共有


SensitiveDataLogger<T>(ILogger<T>, IDbContextOptions) コンストラクター

定義

SensitiveDataLogger<T> クラスの新しいインスタンスを初期化します。

public SensitiveDataLogger (Microsoft.Extensions.Logging.ILogger<T> logger, Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions contextOptions);
new Microsoft.EntityFrameworkCore.Infrastructure.SensitiveDataLogger<'T> : Microsoft.Extensions.Logging.ILogger<'T> * Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions -> Microsoft.EntityFrameworkCore.Infrastructure.SensitiveDataLogger<'T>
Public Sub New (logger As ILogger(Of T), contextOptions As IDbContextOptions)

パラメーター

logger
ILogger<T>

ログ情報を書き込む必要がある基になるロガー。

contextOptions
IDbContextOptions

このロガーが使用されているコンテキストのオプション。

適用対象