1 write to _logger
aspire (1)
Commands\TelemetryLogsCommand.cs (1)
64_logger = logger;
3 references to _logger
aspire (3)
Commands\TelemetryLogsCommand.cs (3)
101_connectionResolver, _interactionService, _httpClientFactory, _logger, passedAppHostProjectFile, dashboardUrl, apiKey, requireDashboard: true, cancellationToken); 159_logger.LogError(ex, "Failed to fetch logs from Dashboard API"); 160var errorInfo = await TelemetryCommandHelpers.FormatTelemetryErrorAsync(ex, baseUrl, dashboardOnly, _httpClientFactory, _logger, cancellationToken);