Event Log Structure¶
A Event Log Structure is returned as a result of getEventLog()
. The structure consits of two reliable keys: _event
and _timestamp
. Any additional keys are dependent on the event type, typically those as described in the associated structure.
- _event¶
This is the event name; e.g.
serverStarted
,transferUpdated
, etc.- _timestamp¶
The timestamp of the event. See Timestamps.