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 {WatchName}.", retryContext.ErrorCount, actionName); 379var viewModel = resource.ToViewModel(CalculateReplicaIndex(resource.DisplayName), _knownPropertyLookup, _logger); 399var viewModel = change.Upsert.ToViewModel(CalculateReplicaIndex(change.Upsert.DisplayName), _knownPropertyLookup, _logger); 450_logger.LogWarning("Server does not support interactions."); 467_logger.LogError(ex, "Error writing to interaction request stream."); 766_logger.LogError(ex, "Error executing command \"{CommandName}\" on resource \"{ResourceName}\": {StatusCode}", command.Name, resourceName, ex.StatusCode); 790await TaskHelpers.WaitIgnoreCancelAsync(_connection, _logger, "Unexpected error from connection task.").ConfigureAwait(false); 804_resourceByName[data.Name] = data.ToViewModel(CalculateReplicaIndex(data.DisplayName), _knownPropertyLookup, _logger);