LogMessage
Log Message🔗
Description🔗
This object is a representation of a log message originating in the user interface. Each event is represented by a single LogMessage.
Fields🔗
Parameter Name | Type | Description |
---|---|---|
eventType | String | The event type name. |
timestamp | Date | client timestamp belonging to the message formatted as ISO 8601 date-time in time zone UTC (must be indicated by terminating 'Z' character). |
message | String | additional information about the event consisting of key-value pairs formatted as a JSON object. |
resultActionContext | ResultActionContext | Stores additional information about the result action. |
Examples🔗
{
"eventType": "moreInformation.open",
"timestamp": "2015-01-16T08:46:39Z",
"message": { "docID": ["d102030", "d102032", "d102035"] },
"resultActionContext": {
"queryID": "db0e8702-f371-410c-ac4c-dadc91ef7822",
"querySessionID": "33583ef6-1a64-4427-9bd5-f40e0a6dd852",
"rank": [1,5,8]
}
}