1 write to _logger
Aspire.Hosting (1)
Utils\FileSystemService.cs (1)
43_logger = logger;
4 references to _logger
Aspire.Hosting (4)
Utils\FileSystemService.cs (4)
57internal ILogger? Logger => _logger; 103_logger?.LogInformation("Skipping cleanup of {Count} temporary files/directories due to ASPIRE_PRESERVE_TEMP_FILES configuration", _allocatedItems.Count); 112_logger?.LogDebug("Cleaning up {Count} remaining temporary files/directories", _allocatedItems.Count); 122_logger?.LogWarning(ex, "Failed to clean up temporary item");