1 write to _logger
Aspire.Hosting.RemoteHost (1)
26 references to _logger
Aspire.Hosting.RemoteHost (26)
JsonRpcServer.cs (26)
53_logger.LogInformation("Starting RemoteAppHost JsonRpc Server on {SocketPath}...", _socketPath);
64_logger.LogInformation("Goodbye!");
70_logger.LogInformation("Starting JsonRpc server on named pipe: {SocketPath}", _socketPath);
88_logger.LogDebug("Waiting for client connection...");
103_logger.LogDebug("Client connected");
111_logger.LogInformation("Server shutdown requested");
116_logger.LogError(ex, "Error in server loop, retrying in 1 second...");
121_logger.LogInformation("Server stopped");
126_logger.LogInformation("Starting JsonRpc server on Unix domain socket: {SocketPath}", _socketPath);
158_logger.LogDebug("Waiting for client connection...");
162_logger.LogDebug("Client connected");
171_logger.LogInformation("Server shutdown requested");
176_logger.LogError(ex, "Error in server loop, retrying in 1 second...");
181_logger.LogInformation("Server stopped");
191_logger.LogDebug("Creating DI scope for client {ClientId}", clientId);
216_logger.LogDebug("JsonRpc connection established for client {ClientId} (bidirectional)", clientId);
230_logger.LogDebug("Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
235_logger.LogDebug(ex, "Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
241_logger.LogDebug("Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
246_logger.LogDebug(ex, "Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
251_logger.LogWarning(ex, "Client {ClientId} I/O error", clientId);
255_logger.LogError(ex, "Client {ClientId} unexpected error", clientId);
272_logger.LogDebug("Connection cleanup completed for client {ClientId}", clientId);
276_logger.LogDebug("Active clients remaining: {RemainingClients}", remaining);
297_logger.LogWarning(ex, "Failed to delete socket file: {SocketPath}", _socketPath);
301_logger.LogDebug("JsonRpcServer disposed");