2 writes to _logger
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
179
_logger
= GetLogger();
322
_logger
= GetLogger();
9 references to _logger
Aspire.Dashboard (9)
DashboardWebApplication.cs (9)
181
WriteVersion(
_logger
);
182
WriteValidationFailures(
_logger
, _validationFailures);
333
WriteVersion(
_logger
);
356
_logger
.LogInformation("Now listening on: {DashboardUri}", frontendEndpointInfo.GetResolvedAddress());
362
_logger
.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}", _otlpServiceGrpcEndPointAccessor().GetResolvedAddress());
367
_logger
.LogInformation("OTLP/HTTP listening on: {OtlpEndpointUri}", _otlpServiceHttpEndPointAccessor().GetResolvedAddress());
372
_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");
385
LoggingHelpers.WriteDashboardUrl(
_logger
, frontendEndpointInfo.GetResolvedAddress(replaceIPAnyWithLocalhost: true), options.Frontend.BrowserToken, isContainer);
399
_logger
.LogError(ex, "Error initializing telemetry service.");