Raritan PX2/PX3 JSON-RPC API
DebugLog.idl
1 #ifndef __LOG_DEBUGLOG_IDL__
2 #define __LOG_DEBUGLOG_IDL__
3 
4 #include <Log.idl>
5 
9 module logging {
10 
12  interface DebugLog_2_0_0 {
13 
17  void clear();
18 
24  LogInfo getInfo();
25 
35  LogChunk getChunk(in int refId, in int count, in RangeDirection direction);
36 
37  };
38 
39 }
40 
41 #endif /* __LOG_DEBUGLOG_IDL__ */
Device Logging.
Definition: DebugLog.idl:9
Device debug log interface.
Definition: DebugLog.idl:12
A log chunk.
Definition: Log.idl:23
RangeDirection
Range direction when fetching log entries.
Definition: Log.idl:31
General log info.
Definition: Log.idl:8