1 write to _logger
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (1)
109_logger = loggerFactory.CreateLogger(typeof(InMemoryTelemetryRepository));
10 references to _logger
Aspire.Dashboard.Tests (10)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (8)
112Logger = _logger, 312_logger.LogTrace("New resource added: {ResourceKey}", key); 346}, ExecutionContext.Capture(), _logger, _subscriptionMinExecuteInterval); 373_logger.LogTrace("{Count} incoming structured log(s) ignored because of an active pause.", resourceLogs.Count); 1895_logger.LogTrace("{Count} incoming metric(s) ignored because of an active pause.", resourceMetrics.Count); 2085_logger.LogTrace("{Count} incoming trace(s) ignored because of an active pause.", resourceSpans.Count); 2336_logger.LogInformation(ex, "Error adding uninstrumented peer resource."); 2630_logger.LogInformation(ex, "Error recalculating uninstrumented peers.");
tests\Shared\Telemetry\InMemoryTelemetryRepository.Watchers.cs (2)
242_logger.LogWarning("Span watcher channel is full, dropping span {SpanId}. Consumer may be slow.", span.SpanId); 293_logger.LogWarning("Log watcher channel is full, dropping log {LogId}. Consumer may be slow.", log.InternalId);