1 write to _logger
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
89_logger = logger;
16 references to _logger
aspire (16)
Telemetry\InternalMicrosoftDetector.cs (16)
115if (_logger.IsEnabled(LogLevel.Debug)) 117_logger.LogDebug(ex, "Internal Microsoft detection failed."); 268if (_logger.IsEnabled(LogLevel.Debug)) 270_logger.LogDebug(ex, "Microsoft internal probe '{ProbeName}' failed.", probe.Name); 285if (_logger.IsEnabled(LogLevel.Debug)) 287_logger.LogDebug(ex, "Timed out waiting for cancelled Microsoft internal probes to drain."); 292if (_logger.IsEnabled(LogLevel.Debug)) 294_logger.LogDebug(ex, "A cancelled Microsoft internal probe failed while draining."); 322if (_logger.IsEnabled(LogLevel.Debug)) 324_logger.LogDebug(ex, "Failed to read Microsoft internal detector cache from {CacheFilePath}.", _cacheFilePath); 357if (_logger.IsEnabled(LogLevel.Debug)) 359_logger.LogDebug(ex, "Failed to write Microsoft internal detector cache to {CacheFilePath}.", _cacheFilePath); 665if (_logger.IsEnabled(LogLevel.Debug)) 667_logger.LogDebug(ex, "GitHub token membership probe failed."); 687if (_logger.IsEnabled(LogLevel.Debug)) 689_logger.LogDebug(ex, "A cancelled GitHub token membership probe failed while draining.");