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