2 writes to _logger
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
185_logger = GetLogger(); 336_logger = GetLogger();
11 references to _logger
Aspire.Dashboard (11)
DashboardWebApplication.cs (11)
187WriteVersion(_logger); 188WriteValidationFailures(_logger, _validationFailures); 347WriteVersion(_logger); 370_logger.LogInformation("Now listening on: {DashboardUri}", frontendEndpointInfo.GetResolvedAddress()); 376_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}", _otlpServiceGrpcEndPointAccessor().GetResolvedAddress()); 381_logger.LogInformation("OTLP/HTTP listening on: {OtlpEndpointUri}", _otlpServiceHttpEndPointAccessor().GetResolvedAddress()); 386_logger.LogInformation("MCP listening on: {McpEndpointUri}", _mcpEndPointAccessor().GetResolvedAddress()); 391_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"); 396_logger.LogWarning("MCP server is unsecured. Untrusted apps can access sensitive information."); 409LoggingHelpers.WriteDashboardUrl(_logger, frontendEndpointInfo.GetResolvedAddress(replaceIPAnyWithLocalhost: true), options.Frontend.BrowserToken, isContainer); 423_logger.LogError(ex, "Error initializing telemetry service.");