1 write to _logger
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
91_logger = loggerFactory.CreateLogger<DashboardClient>();
11 references to _logger
Aspire.Dashboard (11)
ServiceClient\DashboardClient.cs (11)
96_logger.LogDebug("{ConfigKey} is not specified. Dashboard client services are unavailable.", DashboardConfigNames.ResourceServiceUrlName.ConfigKey); 103_logger.LogDebug("Dashboard configured to connect to: {Address}", address); 271_logger.LogError(ex, "Error loading data from the resource service."); 336_logger.LogError(ex, "Error #{ErrorCount} watching resources.", retryContext.ErrorCount); 369var viewModel = resource.ToViewModel(_knownPropertyLookup, _logger); 389var viewModel = change.Upsert.ToViewModel(_knownPropertyLookup, _logger); 440_logger.LogWarning("Server does not support interactions."); 457_logger.LogError(ex, "Error writing to interaction request stream."); 741_logger.LogError(ex, "Error executing command \"{CommandName}\" on resource \"{ResourceName}\": {StatusCode}", command.Name, resourceName, ex.StatusCode); 765await TaskHelpers.WaitIgnoreCancelAsync(_connection, _logger, "Unexpected error from connection task.").ConfigureAwait(false); 779_resourceByName[data.Name] = data.ToViewModel(_knownPropertyLookup, _logger);