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