1 write to _logger
aspire (1)
Commands\UpdateCommand.cs (1)
57_logger = logger;
11 references to _logger
aspire (11)
Commands\UpdateCommand.cs (11)
299_logger.LogDebug("Cleared global channel setting for stable channel"); 304_logger.LogDebug("Saved global channel setting: {Channel}", channel); 316_logger.LogError(ex, "Failed to update CLI"); 360_logger.LogDebug("Creating backup: {BackupPath}", backupPath); 382_logger.LogDebug("Testing new CLI executable and displaying version"); 401_logger.LogWarning("Update failed, restoring backup"); 474_logger.LogWarning(ex, "Failed to set executable permission on {FilePath}", filePath); 535_logger.LogDebug("Deleted old backup file: {BackupFile}", backupFile); 539_logger.LogDebug(ex, "Failed to delete old backup file: {BackupFile}", backupFile); 545_logger.LogDebug(ex, "Failed to cleanup old backup files for: {TargetExePath}", targetExePath); 560_logger.LogWarning(ex, "Failed to clean up directory {Directory}", directory);