1 write to _logger
Aspire.Hosting.RemoteHost (1)
26 references to _logger
Aspire.Hosting.RemoteHost (26)
JsonRpcServer.cs (26)
49_logger.LogInformation("Starting RemoteAppHost JsonRpc Server on {SocketPath}...", _socketPath);
60_logger.LogInformation("Goodbye!");
66_logger.LogInformation("Starting JsonRpc server on named pipe: {SocketPath}", _socketPath);
84_logger.LogDebug("Waiting for client connection...");
99_logger.LogDebug("Client connected");
107_logger.LogInformation("Server shutdown requested");
112_logger.LogError(ex, "Error in server loop, retrying in 1 second...");
117_logger.LogInformation("Server stopped");
122_logger.LogInformation("Starting JsonRpc server on Unix domain socket: {SocketPath}", _socketPath);
154_logger.LogDebug("Waiting for client connection...");
158_logger.LogDebug("Client connected");
167_logger.LogInformation("Server shutdown requested");
172_logger.LogError(ex, "Error in server loop, retrying in 1 second...");
177_logger.LogInformation("Server stopped");
187_logger.LogDebug("Creating DI scope for client {ClientId}", clientId);
209_logger.LogDebug("JsonRpc connection established for client {ClientId} (bidirectional)", clientId);
223_logger.LogDebug("Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
228_logger.LogDebug(ex, "Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
234_logger.LogDebug("Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
239_logger.LogDebug(ex, "Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
244_logger.LogWarning(ex, "Client {ClientId} I/O error", clientId);
248_logger.LogError(ex, "Client {ClientId} unexpected error", clientId);
265_logger.LogDebug("Connection cleanup completed for client {ClientId}", clientId);
269_logger.LogDebug("Active clients remaining: {RemainingClients}", remaining);
290_logger.LogWarning(ex, "Failed to delete socket file: {SocketPath}", _socketPath);
294_logger.LogDebug("JsonRpcServer disposed");