次の方法で共有


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

戻り値

実装

適用対象