1 write to _logger
aspire (1)
Commands\StopCommand.cs (1)
50_logger = logger;
12 references to _logger
aspire (12)
Commands\StopCommand.cs (12)
159_logger.LogDebug("Found {Count} running AppHost(s) to stop", allConnections.Length); 166_logger.LogDebug("Queuing stop for AppHost: {AppHostPath}", appHostPath); 173_logger.LogDebug("Stop all completed. All stopped: {AllStopped}", allStopped); 190_logger.LogDebug("Stopping AppHost: {AppHostPath}", appHostPath); 202_logger.LogDebug("Sending stop signal to CLI process (PID {Pid})", cliPid); 209_logger.LogWarning(ex, "Failed to send stop signal to CLI process {Pid}", cliPid); 217_logger.LogDebug("No CLI process ID available, trying RPC stop"); 225_logger.LogWarning(ex, "Failed to send stop signal via RPC"); 231_logger.LogDebug("RPC stop not available, sending SIGINT to AppHost PID {Pid}", appHostPid); 238_logger.LogWarning(ex, "Failed to send stop signal to process {Pid}", appHostPid); 257var manager = new RunningInstanceManager(_logger, _interactionService, _timeProvider); 268_logger.LogWarning(ex, "Failed while waiting for AppHost to stop");