1 write to _logger
aspire (1)
Commands\StopCommand.cs (1)
77
_logger
= logger;
7 references to _logger
aspire (7)
Commands\StopCommand.cs (7)
179
_logger
.LogDebug(ex, "Failed to resolve AppHost project file for resource cleanup.");
381
_logger
.LogDebug(ex, "Failed to inspect AppHost project for persistent resource cleanup compatibility.");
438
_logger
.LogDebug("Collected {Count} orphaned AppHost(s) before stopping the rest.", collected);
452
_logger
.LogDebug("Found {Count} running AppHost(s) to stop", allConnections.Length);
468
_logger
.LogDebug("Queuing stop for AppHost: {AppHostPath}", appHostPath);
475
_logger
.LogDebug("Stop all completed. All stopped: {AllStopped}", allStopped);
490
_logger
.LogDebug("Stopping AppHost: {AppHostPath}", appHostPath);