5 references to _logger
aspire (5)
Telemetry\UnixMachineInformationProvider.cs (5)
32
_logger
.LogWarning(ex, "Unable to find folder to cache device id to.");
49
_logger
.LogWarning("Unable to persist deviceId.");
76
_logger
.LogError(ex, "Unable to create directory. {Directory}", directoryPath);
91
_logger
.LogError(ex, "Unable to write {Value} to disk. {FullPath}", value, fullPath);
118
_logger
.LogError(ex, "Unable to read value from {FullPath}", path);