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)
57
internal 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");