ISensitiveDataLogger<T> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可以 ILogger<TCategoryName> 啟用或停用敏感資料記錄的 。
public interface ISensitiveDataLogger<out T> : Microsoft.EntityFrameworkCore.Infrastructure.ISensitiveDataLogger, Microsoft.Extensions.Logging.ILogger<out T>
type ISensitiveDataLogger<'T> = interface
interface ILogger<'T>
interface ILogger
interface ISensitiveDataLogger
Public Interface ISensitiveDataLogger(Of Out T)
Implements ILogger(Of Out T), ISensitiveDataLogger
類型參數
- 衍生
- 實作
屬性
LogSensitiveData |
取得值,指出是否應該記錄敏感性資料。 (繼承來源 ISensitiveDataLogger) |