2 writes to _logger
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
127_logger = GetLogger(); 240_logger = GetLogger();
8 references to _logger
Aspire.Dashboard (8)
DashboardWebApplication.cs (8)
128WriteVersion(_logger); 129WriteValidationFailures(_logger, _validationFailures); 248WriteVersion(_logger); 255_logger.LogInformation("Now listening on: {DashboardUri}", url); 260LoggingHelpers.WriteDashboardUrl(_logger, url, options.Frontend.BrowserToken); 267_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}", _otlpServiceGrpcEndPointAccessor().Address); 272_logger.LogInformation("OTLP/HTTP listening on: {OtlpEndpointUri}", _otlpServiceHttpEndPointAccessor().Address); 277_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");