2 writes to _logger
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
167_logger = GetLogger(); 275_logger = GetLogger();
8 references to _logger
Aspire.Dashboard (8)
DashboardWebApplication.cs (8)
169WriteVersion(_logger); 170WriteValidationFailures(_logger, _validationFailures); 286WriteVersion(_logger); 309_logger.LogInformation("Now listening on: {DashboardUri}", frontendEndpointInfo.GetResolvedAddress()); 315_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}", _otlpServiceGrpcEndPointAccessor().GetResolvedAddress()); 320_logger.LogInformation("OTLP/HTTP listening on: {OtlpEndpointUri}", _otlpServiceHttpEndPointAccessor().GetResolvedAddress()); 325_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"); 338LoggingHelpers.WriteDashboardUrl(_logger, frontendEndpointInfo.GetResolvedAddress(replaceIPAnyWithLocalhost: true), options.Frontend.BrowserToken, isContainer);