1 write to _logger
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
55_logger = loggerFactory.CreateLogger(typeof(TelemetryRepository));
9 references to _logger
Aspire.Dashboard (9)
Otlp\Storage\Subscription.cs (1)
15private ILogger Logger => _telemetryRepository._logger;
Otlp\Storage\TelemetryRepository.cs (8)
205return new OtlpApplication(key.Name, key.InstanceId!, resource, _logger, _dashboardOptions.TelemetryLimits); 273_logger.LogInformation(ex, "Error adding application."); 307_logger.LogInformation(ex, "Error adding scope."); 360_logger.LogInformation(ex, "Error adding log entry."); 592_logger.LogInformation(ex, "Error adding application."); 614_logger.LogInformation(ex, "Error adding application."); 675_logger.LogInformation(ex, "Error adding scope."); 781_logger.LogInformation(ex, "Error adding span.");