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