1 write to _logger
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
47_logger = logger;
24 references to _logger
aspire (24)
Backchannel\AppHostAuxiliaryBackchannel.cs (24)
206_logger?.LogDebug("Requesting AppHost information"); 221_logger?.LogDebug("Requesting AppHost to stop"); 230_logger?.LogDebug("Stop request sent to AppHost"); 236_logger?.LogDebug(ex, "StopAppHostAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 250_logger?.LogDebug("Requesting Dashboard MCP connection info"); 265_logger?.LogDebug("Requesting Dashboard URLs"); 279_logger?.LogDebug(ex, "GetDashboardUrlsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 289_logger?.LogDebug("Getting resource snapshots"); 302_logger?.LogDebug(ex, "GetResourceSnapshotsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 312_logger?.LogDebug("Starting resource snapshots watch"); 324_logger?.LogDebug(ex, "WatchResourceSnapshotsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 347_logger?.LogDebug("Getting resource logs for {ResourceName} (follow={Follow})", resourceName ?? "all resources", follow); 359_logger?.LogDebug(ex, "GetResourceLogsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 364_logger?.LogDebug(ex, "Error calling GetResourceLogsAsync RPC method. The AppHost may be running an incompatible version."); 388_logger?.LogDebug("Requesting AppHost to call MCP tool {ToolName} on resource {ResourceName}", toolName, resourceName); 427_logger?.LogDebug("Getting AppHost info (v2)"); 472_logger?.LogDebug("Getting Dashboard info (v2)"); 509_logger?.LogDebug("Getting resources (v2)"); 545_logger?.LogDebug("Watching resources (v2)"); 599_logger?.LogDebug("Getting console logs (v2) for {ResourceName}", request.ResourceName); 666_logger?.LogDebug("Calling MCP tool (v2) {ToolName} on {ResourceName}", request.ToolName, request.ResourceName); 691_logger?.LogDebug("Stopping AppHost (v2)"); 718_logger?.LogDebug("Executing command '{CommandName}' on resource '{ResourceName}'", commandName, resourceName); 731_logger?.LogDebug("Command '{CommandName}' on resource '{ResourceName}' completed with success={Success}", commandName, resourceName, response.Success);