共用方式為


SensitiveDataLogger<T>.ILogger.BeginScope<TState>(TState) 方法

定義

IDisposable ILogger.BeginScope<TState> (TState state);
abstract member Microsoft.Extensions.Logging.ILogger.BeginScope : 'State -> IDisposable
override this.Microsoft.Extensions.Logging.ILogger.BeginScope : 'State -> IDisposable
Function BeginScope(Of TState) (state As TState) As IDisposable Implements ILogger.BeginScope

類型參數

TState

參數

state
TState

傳回

實作

適用於