IDiagnosticsLogger<TLoggerCategory>.ShouldLogSensitiveData Method

Definition

Gets a value indicating whether sensitive information should be written to the underlying logger. This also has the side effect of writing a warning to the log the first time sensitive data is logged.

public bool ShouldLogSensitiveData ();
abstract member ShouldLogSensitiveData : unit -> bool
Public Function ShouldLogSensitiveData () As Boolean

Returns

Applies to