Class SubscribeSystemLogRequest


public class SubscribeSystemLogRequest extends JsonrpcRequest
Represents a JSON-RPC Request to subscribe to system log. The actual system log is then sent as JSON-RPC Notification

Set 'subscribe' param to 'true' to start the subscription, false for unsubscribe.

 {
   "jsonrpc": "2.0",
   "id": UUID,
   "method": "subscribeSystemLog",
   "params": {
     "subscribe": boolean
   }
 }