7 references to LogCritical
Microsoft.AspNetCore.Hosting (1)
Internal\HostingLoggerExtensions.cs (1)
40logger.LogCritical(
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\ConnectionDispatcher.cs (1)
74Log.LogCritical(0, ex, "The connection listener failed to accept any new connections.");
Internal\HttpConnection.cs (1)
124Log.LogCritical(0, ex, $"Unexpected exception in {nameof(HttpConnection)}.{nameof(ProcessRequestsAsync)}.");
Internal\KestrelServerImpl.cs (2)
394Trace.LogCritical(0, ex, "Unable to bind to '{url}' on config reload.", listenOption.EndpointConfig!.Url); 402Trace.LogCritical(0, ex, "Unable to reload configuration.");
Microsoft.Extensions.Hosting (2)
Internal\HostingLoggerExtensions.cs (2)
26logger.LogCritical( 98logger.LogCritical(