Implemented interface member:
method
BeginScope<TState>
Microsoft.Extensions.Logging.ILogger.BeginScope<TState>(TState)
1 reference to BeginScope
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelConnection.cs (1)
176return Logger.BeginScope(new ConnectionLogScope(connectionContext.ConnectionId));