1 write to _logger
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
103_logger = logger;
16 references to _logger
aspire (16)
Telemetry\InternalMicrosoftDetector.cs (16)
146if (_logger.IsEnabled(LogLevel.Debug)) 148_logger.LogDebug(ex, "Internal Microsoft detection failed."); 398if (_logger.IsEnabled(LogLevel.Debug)) 400_logger.LogDebug(ex, "Microsoft internal probe '{ProbeName}' failed.", probe.Name); 475if (_logger.IsEnabled(LogLevel.Debug)) 477_logger.LogDebug(ex, "Timed out waiting for cancelled Microsoft internal probes to drain."); 482if (_logger.IsEnabled(LogLevel.Debug)) 484_logger.LogDebug(ex, "A cancelled Microsoft internal probe failed while draining."); 527if (_logger.IsEnabled(LogLevel.Debug)) 529_logger.LogDebug(ex, "Failed to read Microsoft internal detector cache from {CacheFilePath}.", _cacheFilePath); 576if (_logger.IsEnabled(LogLevel.Debug)) 578_logger.LogDebug(ex, "Failed to write Microsoft internal detector cache to {CacheFilePath}.", _cacheFilePath); 974if (_logger.IsEnabled(LogLevel.Debug)) 976_logger.LogDebug(ex, "GitHub token membership probe failed."); 1001if (_logger.IsEnabled(LogLevel.Debug)) 1003_logger.LogDebug(ex, "A cancelled GitHub token membership probe failed while draining.");