6 #ifndef __LOG_EVENTLOG_IDL__
7 #define __LOG_EVENTLOG_IDL__
10 #include <UserEvent.idl>
Device event log interface.
Definition: EventLog.idl:23
void clear()
Clear the event log.
LogInfo getInfo()
Get info about the event log.
LogChunk getChunk(in int refId, in int count, in RangeDirection direction, in vector< string > categories)
Fetch a chunk from the event log.
Device Logging.
Definition: DebugLog.idl:14
RangeDirection
Range direction when fetching log entries.
Definition: Log.idl:108
Event log cleared event.
Definition: EventLog.idl:20
A log chunk.
Definition: Log.idl:100
General log info.
Definition: Log.idl:84