1 write to _logger
aspire (1)
Commands\StopCommand.cs (1)
49_logger = logger;
10 references to _logger
aspire (10)
Commands\StopCommand.cs (10)
90_logger.LogDebug("Stopping AppHost: {AppHostPath}", appHostPath); 102_logger.LogDebug("Sending stop signal to CLI process (PID {Pid})", cliPid); 109_logger.LogWarning(ex, "Failed to send stop signal to CLI process {Pid}", cliPid); 117_logger.LogDebug("No CLI process ID available, trying RPC stop"); 125_logger.LogWarning(ex, "Failed to send stop signal via RPC"); 131_logger.LogDebug("RPC stop not available, sending SIGINT to AppHost PID {Pid}", appHostPid); 138_logger.LogWarning(ex, "Failed to send stop signal to process {Pid}", appHostPid); 157var manager = new RunningInstanceManager(_logger, _interactionService, _timeProvider); 168_logger.LogWarning(ex, "Failed while waiting for AppHost to stop"); 221_logger,