1 write to _logger
aspire (1)
Commands\UpdateCommand.cs (1)
62_logger = logger;
10 references to _logger
aspire (10)
Commands\UpdateCommand.cs (10)
313_logger.LogDebug("Cleared global channel setting for stable channel"); 318_logger.LogDebug("Saved global channel setting: {Channel}", channel); 383_logger.LogDebug("Creating backup: {BackupPath}", backupPath); 405_logger.LogDebug("Testing new CLI executable and displaying version"); 428_logger.LogWarning("Update failed, restoring backup"); 483_logger.LogWarning(ex, "Failed to set executable permission on {FilePath}", filePath); 544_logger.LogDebug("Deleted old backup file: {BackupFile}", backupFile); 548_logger.LogDebug(ex, "Failed to delete old backup file: {BackupFile}", backupFile); 554_logger.LogDebug(ex, "Failed to cleanup old backup files for: {TargetExePath}", targetExePath); 569_logger.LogWarning(ex, "Failed to clean up directory {Directory}", directory);