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);