Share via


SensitiveDataLogger<T>(ILogger<T>, IDbContextOptions) Constructor

Definition

Initializes a new instance of the SensitiveDataLogger<T> class.

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)

Parameters

logger
ILogger<T>

The underlying logger to which logging information should be written.

contextOptions
IDbContextOptions

The options for the context that this logger is being used with.

Applies to