1 write to _logger
Aspire.Hosting.RemoteHost (1)
26 references to _logger
Aspire.Hosting.RemoteHost (26)
JsonRpcServer.cs (26)
51_logger.LogInformation("Starting RemoteAppHost JsonRpc Server on {SocketPath}...", _socketPath);
74_logger.LogInformation("Goodbye!");
80_logger.LogInformation("Starting JsonRpc server on named pipe: {SocketPath}", _socketPath);
98_logger.LogDebug("Waiting for client connection...");
114_logger.LogDebug("Client connected");
123_logger.LogInformation("Server shutdown requested");
128_logger.LogError(ex, "Error in server loop, retrying in 1 second...");
133_logger.LogInformation("Server stopped");
138_logger.LogInformation("Starting JsonRpc server on Unix domain socket: {SocketPath}", _socketPath);
171_logger.LogDebug("Waiting for client connection...");
175_logger.LogDebug("Client connected");
185_logger.LogInformation("Server shutdown requested");
190_logger.LogError(ex, "Error in server loop, retrying in 1 second...");
195_logger.LogInformation("Server stopped");
206_logger.LogDebug("Creating DI scope for client {ClientId}", clientId);
237_logger.LogDebug("JsonRpc connection established for client {ClientId} (bidirectional)", clientId);
251_logger.LogDebug("Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
256_logger.LogDebug(ex, "Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
262_logger.LogDebug("Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
267_logger.LogDebug(ex, "Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
273_logger.LogWarning(ex, "Client {ClientId} I/O error", clientId);
278_logger.LogError(ex, "Client {ClientId} unexpected error", clientId);
295_logger.LogDebug("Connection cleanup completed for client {ClientId}", clientId);
300_logger.LogDebug("Active clients remaining: {RemainingClients}", remaining);
321_logger.LogWarning(ex, "Failed to delete socket file: {SocketPath}", _socketPath);
325_logger.LogDebug("JsonRpcServer disposed");