1 write to _logger
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
931_logger = logger;
8 references to _logger
Microsoft.Diagnostics.NETCore.Client (8)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (8)
956return _logger; 964_logger?.LogInformation($"Starting IPC server ({_ipcServerRouterFactory.IpcServerPath}) <--> TCP client ({_tcpClientRouterFactory.TcpClientAddress}) router."); 971_logger?.LogInformation($"Stopping IPC server ({_ipcServerRouterFactory.IpcServerPath}) <--> TCP client ({_tcpClientRouterFactory.TcpClientAddress}) router."); 982_logger?.LogDebug("Trying to create a new router instance."); 1018_logger?.LogInformation("Broken ipc connection detected, aborting tcp connection."); 1029_logger?.LogDebug("Failed creating new router instance."); 1039_logger?.LogDebug("New router instance successfully created."); 1041return new Router(ipcServerStream, tcpClientStream, _logger);