3 references to Log
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\HttpConnection.cs (3)
124
Log
.LogCritical(0, ex, $"Unexpected exception in {nameof(HttpConnection)}.{nameof(ProcessRequestsAsync)}.");
247
Log
.LogError(0, error);
290
Log
.ResponseMinimumDataRateNotSatisfied(_context.ConnectionId, _http1Connection?.TraceIdentifier);