4 references to Logger
Aspire.Hosting (4)
Utils\FileSystemService.cs (4)
183
_parent.
Logger
?.LogDebug("Allocated temporary directory: {Path}", path);
211
_parent.
Logger
?.LogDebug("Cleaned up temporary directory: {Path}", _path);
237
_parent.
Logger
?.LogDebug("Allocated temporary file: {Path}", path);
265
_parent.
Logger
?.LogDebug("Cleaned up temporary file: {Path}", _path);