1 write to _logger
aspire (1)
Commands\RunCommand.cs (1)
152_logger = logger;
8 references to _logger
aspire (8)
Commands\RunCommand.cs (8)
391launcherMonitor = LauncherLivenessMonitor.StartIfConfigured(_configuration, runCts, _timeProvider, _logger); 639_logger.LogWarning(ex, "Failed to capture logs from AppHost"); 683_logger.LogDebug(ex, "AppHost log capture ended while the run command was exiting early."); 718_logger.LogDebug(ex, "AppHost exited before backchannel connected."); 761_logger.LogDebug(ex, "Detached child timed out or failed while awaiting AppHost teardown during early exit."); 1547_logger.LogDebug(ex, "Timed out waiting for AppHost startup cancellation to complete."); 1552_logger.LogDebug(ex, "AppHost run failed after startup cancellation."); 1570_logger.LogDebug(ex, "AppHost run failed while startup cancellation was being drained.");