2 writes to _logger
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
171_logger = GetLogger(); 288_logger = GetLogger();
9 references to _logger
Aspire.Dashboard (9)
DashboardWebApplication.cs (9)
173WriteVersion(_logger); 174WriteValidationFailures(_logger, _validationFailures); 299WriteVersion(_logger); 322_logger.LogInformation("Now listening on: {DashboardUri}", frontendEndpointInfo.GetResolvedAddress()); 328_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}", _otlpServiceGrpcEndPointAccessor().GetResolvedAddress()); 333_logger.LogInformation("OTLP/HTTP listening on: {OtlpEndpointUri}", _otlpServiceHttpEndPointAccessor().GetResolvedAddress()); 338_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"); 351LoggingHelpers.WriteDashboardUrl(_logger, frontendEndpointInfo.GetResolvedAddress(replaceIPAnyWithLocalhost: true), options.Frontend.BrowserToken, isContainer); 365_logger.LogError(ex, "Error initializing telemetry service.");