4 references to Log
Microsoft.AspNetCore.Http.Connections (4)
Internal\HttpConnectionContext.cs (2)
592if (HttpConnectionsEventSource.Log.IsEnabled() || MetricsContext.ConnectionDurationEnabled) 597HttpConnectionsEventSource.Log.ConnectionStart(ConnectionId);
Internal\HttpConnectionManager.cs (2)
99HttpConnectionsEventSource.Log.ConnectionStop(id, connection.StartTimestamp, currentTimestamp); 158HttpConnectionsEventSource.Log.ConnectionTimedOut(connection.ConnectionId);