2 writes to _logger
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
47
_logger
= logger;
61
_logger
= logger;
7 references to _logger
aspire (7)
Backchannel\AppHostAuxiliaryBackchannel.cs (7)
118
_logger
?.LogDebug("Connecting to auxiliary backchannel at {SocketPath}", SocketPath);
131
_logger
?.LogDebug("Connected to auxiliary backchannel at {SocketPath}", SocketPath);
150
_logger
?.LogDebug("Requesting AppHost information");
173
_logger
?.LogDebug("Requesting AppHost to stop");
182
_logger
?.LogDebug("Stop request sent to AppHost");
188
_logger
?.LogDebug(ex, "StopAppHostAsync RPC method not available on the remote AppHost. The AppHost may be running an older version.");
205
_logger
?.LogDebug("Requesting Dashboard MCP connection info");