1 write to _logger
aspire (1)
Commands\TerminalAttachCommand.cs (1)
66
_logger
= logger;
3 references to _logger
aspire (3)
Commands\TerminalAttachCommand.cs (3)
184
var 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);