1 write to _logger
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
115_logger = loggerFactory.CreateLogger<DashboardClient>();
15 references to _logger
Aspire.Dashboard (15)
ServiceClient\DashboardClient.cs (15)
120_logger.LogDebug("{ConfigKey} is not specified. Dashboard client services are unavailable.", DashboardConfigNames.ResourceServiceUrlName.ConfigKey); 127_logger.LogDebug("Dashboard configured to connect to: {Address}", address); 294_logger.LogDebug("Dashboard connection state changed to {State}.", state); 373_logger.LogError(ex, "Error loading data from the resource service. For troubleshooting, see {TroubleshootingUrl}", TroubleshootingUrl); 396_logger.LogDebug("Waiting {Delay} before next connection attempt.", delay); 411_logger.LogDebug("Reconnect delay cancelled, retrying immediately."); 455_logger.LogError(ex, "Error #{ErrorCount} connecting to the resource service. For troubleshooting, see {TroubleshootingUrl}", errorCount, TroubleshootingUrl); 544_logger.LogError(ex, "Error #{ErrorCount} watching {WatchName}. For troubleshooting, see {TroubleshootingUrl}", retryContext.ErrorCount, actionName, TroubleshootingUrl); 601var viewModel = resource.ToViewModel(CalculateReplicaIndex(resource.DisplayName), _knownPropertyLookup, _logger); 622var viewModel = change.Upsert.ToViewModel(CalculateReplicaIndex(change.Upsert.DisplayName), _knownPropertyLookup, _logger); 706_logger.LogWarning("Server does not support interactions."); 723_logger.LogError(ex, "Error writing to interaction request stream."); 1090_logger.LogError(ex, "Error executing command \"{CommandName}\" on resource \"{ResourceName}\": {StatusCode}", command.Name, resourceName, ex.StatusCode); 1169await TaskHelpers.WaitIgnoreCancelAsync(_connection, _logger, "Unexpected error from connection task.").ConfigureAwait(false); 1186_resourceByName[data.Name] = data.ToViewModel(CalculateReplicaIndex(data.DisplayName), _knownPropertyLookup, _logger);