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);
157
var manager = new RunningInstanceManager(
_logger
, _interactionService, _timeProvider);
168
_logger
.LogWarning(ex, "Failed while waiting for AppHost to stop");
221
_logger
,