2 writes to _logger
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
207_logger = GetLogger(); 399_logger = GetLogger();
12 references to _logger
Aspire.Dashboard (12)
DashboardWebApplication.cs (12)
209WriteVersion(_logger); 210WriteValidationFailures(_logger, _validationFailures); 410WriteVersion(_logger); 433_logger.LogInformation("Now listening on: {DashboardUri}", frontendEndpointInfo.GetResolvedAddress()); 439_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}", _otlpServiceGrpcEndPointAccessor().GetResolvedAddress()); 444_logger.LogInformation("OTLP/HTTP listening on: {OtlpEndpointUri}", _otlpServiceHttpEndPointAccessor().GetResolvedAddress()); 450_logger.LogWarning("OTLP server is unsecured. Untrusted apps can send telemetry to the dashboard. For more information, visit https://go.microsoft.com/fwlink/?linkid=2267030"); 453_logger.LogDebug("Dashboard API disabled: {ApiDisabled}", _dashboardOptionsMonitor.CurrentValue.Api.Disabled.GetValueOrDefault()); 460_logger.LogWarning("Dashboard API is unsecured. Untrusted apps can access sensitive telemetry data."); 475_logger.LogError(ex, "Error initializing telemetry service."); 562_logger.LogWarning("Rejecting Blazor WebSocket upgrade with disallowed Origin '{Origin}'.", originLogValue); 605_logger,