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

Device event log interface. More...

import"EventLog.idl";

Public Member Functions

void clear ()
 Clear the event log.
 
LogInfo getInfo ()
 Get info about the event log. More...
 
LogChunk getChunk (in int refId, in int count, in RangeDirection direction, in vector< string > categories)
 Fetch a chunk from the event log. More...
 

Detailed Description

Device event log interface.

Member Function Documentation

◆ getChunk()

LogChunk logging::EventLog::getChunk ( in int  refId,
in int  count,
in RangeDirection  direction,
in vector< string >  categories 
)

Fetch a chunk from the event log.

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

Parameters
idRefFirst log id to fetch
countNumber of entries to fetch
directionRange direction
categoriesEvent categories to filter for. When empty then filtering is disabled.
Returns
log chunk

◆ getInfo()

LogInfo logging::EventLog::getInfo ( )

Get info about the event log.

Returns
log info

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