2 writes to _logger
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
50_logger = logger; 64_logger = logger;
10 references to _logger
aspire (10)
Backchannel\AppHostAuxiliaryBackchannel.cs (10)
121_logger?.LogDebug("Connecting to auxiliary backchannel at {SocketPath}", SocketPath); 134_logger?.LogDebug("Connected to auxiliary backchannel at {SocketPath}", SocketPath); 153_logger?.LogDebug("Requesting AppHost information"); 176_logger?.LogDebug("Requesting AppHost to stop"); 185_logger?.LogDebug("Stop request sent to AppHost"); 191_logger?.LogDebug(ex, "StopAppHostAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 208_logger?.LogDebug("Requesting Dashboard MCP connection info"); 231_logger?.LogDebug("Starting resource snapshots watch"); 243_logger?.LogDebug(ex, "WatchResourceSnapshotsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 278_logger?.LogDebug("Requesting AppHost to call MCP tool {ToolName} on resource {ResourceName}", toolName, resourceName);