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);
379
var viewModel = resource.ToViewModel(CalculateReplicaIndex(resource.DisplayName), _knownPropertyLookup,
_logger
);
399
var 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);
790
await TaskHelpers.WaitIgnoreCancelAsync(_connection,
_logger
, "Unexpected error from connection task.").ConfigureAwait(false);
804
_resourceByName[data.Name] = data.ToViewModel(CalculateReplicaIndex(data.DisplayName), _knownPropertyLookup,
_logger
);