EventDefinitionBase.MessageExtractingLogger.ILogger.BeginScope<TState> 方法

定义

此 API 支持 Entity Framework Core 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。

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

返回

实现

适用于