11 references to ConnectionsLog
Microsoft.AspNetCore.Server.Kestrel.Core (11)
Internal\Infrastructure\KestrelTrace.Connections.cs (11)
12ConnectionsLog.ConnectionStart(_connectionsLogger, connectionId);
17ConnectionsLog.ConnectionStop(_connectionsLogger, connectionId);
22ConnectionsLog.ConnectionPause(_connectionsLogger, connectionId);
27ConnectionsLog.ConnectionResume(_connectionsLogger, connectionId);
32ConnectionsLog.ConnectionKeepAlive(_connectionsLogger, connectionId);
37ConnectionsLog.ConnectionDisconnect(_connectionsLogger, connectionId);
42ConnectionsLog.NotAllConnectionsClosedGracefully(_connectionsLogger);
47ConnectionsLog.NotAllConnectionsAborted(_connectionsLogger);
52ConnectionsLog.ConnectionRejected(_connectionsLogger, connectionId);
57ConnectionsLog.ApplicationAbortedConnection(_connectionsLogger, connectionId, traceIdentifier);
62ConnectionsLog.ConnectionAccepted(_connectionsLogger, connectionId);