Raritan / Server Technology Xerus™ PDU JSON-RPC API
Public Member Functions | List of all members
logging::DebugLog Interface Reference

Device debug log interface. More...

import"DebugLog.idl";

Public Member Functions

void clear ()
 Clear the debug log.
 
LogInfo getInfo ()
 Get info about the debug log. More...
 
LogChunk getChunk (in int refId, in int count, in RangeDirection direction)
 Fetch a chunk from the debug log. More...
 

Detailed Description

Device debug log interface.

Member Function Documentation

◆ getChunk()

LogChunk logging::DebugLog::getChunk ( in int  refId,
in int  count,
in RangeDirection  direction 
)

Fetch a chunk from the debug log.

For details regarding the behavior of this method refer to the description of the logging module in Log.idl.

Parameters
refIdFirst log id to fetch
countNumber of entries to fetch
directionRange direction
Returns
log chunk

◆ getInfo()

LogInfo logging::DebugLog::getInfo ( )

Get info about the debug log.

Returns
log info

The documentation for this interface was generated from the following file: