1 write to _logger
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
1208_logger = logger;
15 references to _logger
Microsoft.Diagnostics.NETCore.Client (15)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (15)
1233return _logger; 1240_logger?.LogInformation($"Starting IPC client ({_ipcClientRouterFactory.IpcClientPath}) <--> TCP client ({_tcpClientRouterFactory.TcpClientAddress}) router."); 1246_logger?.LogInformation($"Stopping IPC client ({_ipcClientRouterFactory.IpcClientPath}) <--> TCP client ({_tcpClientRouterFactory.TcpClientAddress}) router."); 1261_logger?.LogDebug("Trying to create a new router instance."); 1297_logger?.LogInformation("Broken tcp connection detected, aborting ipc connection."); 1314_logger?.LogDebug("Failed sending advertise message."); 1327_logger?.LogDebug("Failed creating new router instance."); 1342_logger?.LogDebug("New router instance successfully created."); 1344return new Router(ipcClientStream, tcpClientStream, _logger, (ulong)initBackendToFrontendByteTransfer, (ulong)initFrontendToBackendByteTransfer); 1371_logger?.LogInformation("Broken ipc connection detected."); 1376_logger?.LogInformation("Broken tcp connection detected."); 1386_logger?.LogDebug("ReverseDiagnosticServer disconnected ipc connection."); 1404_logger?.LogDebug($"Requesting runtime process information."); 1423_logger?.LogDebug($"Retrieved runtime process information, pid={_runtimeProcessId}, cookie={_runtimeInstanceId}."); 1434_logger?.LogWarning($"Failed to retrieve runtime process info, fallback to current process information, pid={_runtimeProcessId}, cookie={_runtimeInstanceId}.");