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

반환

구현

적용 대상