1 write to _logger
aspire (1)
Commands\TerminalAttachCommand.cs (1)
66_logger = logger;
3 references to _logger
aspire (3)
Commands\TerminalAttachCommand.cs (3)
184var viewerApp = new TerminalViewerApp(replica.ConsumerUdsPath, sessionLabel, displayName, viewerOnly, _logger); 193_logger.LogDebug(ex, "Failed to connect to terminal at {Path}", replica.ConsumerUdsPath); 201_logger.LogDebug(ex, "Terminal session connection lost at {Path}", replica.ConsumerUdsPath);