10 references to LogError
Microsoft.AspNetCore.Components (2)
PersistentState\ComponentStatePersistenceManager.cs (2)
275logger.LogError(new EventId(1000, "PersistenceCallbackError"), ex, "There was an error executing a callback while pausing the application."); 288logger.LogError(new EventId(1000, "PersistenceCallbackError"), ex, "There was an error executing a callback while pausing the application.");
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\Heartbeat.cs (1)
66_trace.LogError(0, ex, $"{nameof(Heartbeat)}.{nameof(OnHeartbeat)}");
Internal\Infrastructure\KestrelConnectionOfT.cs (1)
74Logger.LogError(0, ex, "Unhandled exception while processing {ConnectionId}.", connectionContext.ConnectionId);
Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs (1)
100_log.LogError(0, ex, $"Unexpected exception in {nameof(TimingPipeFlusher)}.{nameof(FlushAsync)}.");
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
Internal\QuicConnectionContext.cs (1)
206_log.LogError(0, ex, $"Unexpected exception in {nameof(QuicConnectionContext)}.{nameof(CancelConnectionClosedToken)}.");
Internal\QuicStreamContext.cs (2)
177_log.LogError(0, ex, $"Unexpected exception in {nameof(QuicStreamContext)}.{nameof(StartAsync)}."); 360_log.LogError(0, ex, $"Unexpected exception in {nameof(QuicStreamContext)}.{nameof(CancelConnectionClosedToken)}.");
Microsoft.Extensions.Hosting (2)
Internal\HostingLoggerExtensions.cs (2)
87logger.LogError( 109logger.LogError(