1 write to Logger
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelConnection.cs (1)
33Logger = logger;
8 references to Logger
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Infrastructure\KestrelConnection.cs (5)
121Logger.LogError(ex, "An error occurred running an IConnectionCompleteFeature.OnCompleted callback."); 136Logger.LogError(ex, "An error occurred running an IConnectionCompleteFeature.OnCompleted callback."); 147Logger.LogError(ex, "An error occurred running an IConnectionCompleteFeature.OnCompleted callback."); 174if (Logger.IsEnabled(LogLevel.Critical)) 176return Logger.BeginScope(new ConnectionLogScope(connectionContext.ConnectionId));
Internal\Infrastructure\KestrelConnectionOfT.cs (3)
61Logger.ConnectionStart(connectionContext.ConnectionId); 74Logger.LogError(0, ex, "Unhandled exception while processing {ConnectionId}.", connectionContext.ConnectionId); 88Logger.ConnectionStop(connectionContext.ConnectionId);