10 references to Logger
Aspire.Dashboard (10)
Components\Layout\TerminalDock.razor.cs (10)
168[new(TelemetryPropertyKeys.TerminalDockTrigger, new AspireTelemetryProperty(trigger))], Logger); 218Logger.LogError(ex, "Failed to initialize terminal dock controls."); 256Logger.LogDebug("Ignored selection of removed dock terminal {TerminalId}.", terminalId); 348Logger.LogWarning(ex, "Failed to close the window for terminal {TerminalId}.", terminalId); 379Logger.LogDebug(ex, "Stopped waiting for dock terminal {TerminalId} to close because the dashboard disconnected.", terminalId); 383Logger.LogWarning(ex, "Timed out waiting for dock terminal {TerminalId} to close.", terminalId); 399Logger.LogWarning(ex, "Failed to close dock terminal {TerminalId}.", terminalId); 479Logger.LogWarning(ex, "Terminal dock watch stream ended unexpectedly."); 533Logger.LogWarning(ex, "Terminal dock resource watch stream ended unexpectedly."); 625Logger.LogWarning(ex, "Failed to close the window for ended terminal {TerminalId}.", terminalId);