Class SystemLogNotification


public class SystemLogNotification extends JsonrpcNotification
Represents a JSON-RPC Notification for sending the current system log.
 {
   "jsonrpc": "2.0",
   "method": "systemLog",
   "params": {
     "line": SystemLog.toJson()
   }
 }