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); 272_logger.LogError(ex, "Error loading data from the resource service."); 337_logger.LogError(ex, "Error #{ErrorCount} watching {WatchName}.", retryContext.ErrorCount, actionName); 380var viewModel = resource.ToViewModel(CalculateReplicaIndex(resource.DisplayName), _knownPropertyLookup, _logger); 400var viewModel = change.Upsert.ToViewModel(CalculateReplicaIndex(change.Upsert.DisplayName), _knownPropertyLookup, _logger); 460_logger.LogWarning("Server does not support interactions."); 477_logger.LogError(ex, "Error writing to interaction request stream."); 776_logger.LogError(ex, "Error executing command \"{CommandName}\" on resource \"{ResourceName}\": {StatusCode}", command.Name, resourceName, ex.StatusCode); 800await TaskHelpers.WaitIgnoreCancelAsync(_connection, _logger, "Unexpected error from connection task.").ConfigureAwait(false); 814_resourceByName[data.Name] = data.ToViewModel(CalculateReplicaIndex(data.DisplayName), _knownPropertyLookup, _logger);