2 writes to _logger
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
206_logger = GetLogger(); 391_logger = GetLogger();
12 references to _logger
Aspire.Dashboard (12)
DashboardWebApplication.cs (12)
208WriteVersion(_logger); 209WriteValidationFailures(_logger, _validationFailures); 402WriteVersion(_logger); 425_logger.LogInformation("Now listening on: {DashboardUri}", frontendEndpointInfo.GetResolvedAddress()); 431_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}", _otlpServiceGrpcEndPointAccessor().GetResolvedAddress()); 436_logger.LogInformation("OTLP/HTTP listening on: {OtlpEndpointUri}", _otlpServiceHttpEndPointAccessor().GetResolvedAddress()); 442_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"); 445_logger.LogDebug("Dashboard API disabled: {ApiDisabled}", _dashboardOptionsMonitor.CurrentValue.Api.Disabled.GetValueOrDefault()); 452_logger.LogWarning("Dashboard API is unsecured. Untrusted apps can access sensitive telemetry data."); 467_logger.LogError(ex, "Error initializing telemetry service."); 554_logger.LogWarning("Rejecting Blazor WebSocket upgrade with disallowed Origin '{Origin}'.", originLogValue); 597_logger,