1 write to _logger
aspire (1)
Commands\StopCommand.cs (1)
39_logger = logger;
11 references to _logger
aspire (11)
Commands\StopCommand.cs (11)
67socketPath, _logger, cancellationToken).ConfigureAwait(false); 75_logger.LogDebug(ex, "Failed to connect to socket at {SocketPath}", socketPath); 179_logger.LogDebug("Stopping AppHost: {AppHostPath}", appHostPath); 191_logger.LogDebug("Sending stop signal to CLI process (PID {Pid})", cliPid); 198_logger.LogWarning(ex, "Failed to send stop signal to CLI process {Pid}", cliPid); 206_logger.LogDebug("No CLI process ID available, trying RPC stop"); 214_logger.LogWarning(ex, "Failed to send stop signal via RPC"); 220_logger.LogDebug("RPC stop not available, sending SIGINT to AppHost PID {Pid}", appHostPid); 227_logger.LogWarning(ex, "Failed to send stop signal to process {Pid}", appHostPid); 246var manager = new RunningInstanceManager(_logger, _interactionService, _timeProvider); 257_logger.LogWarning(ex, "Failed while waiting for AppHost to stop");