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);