Message Format
Each log message is JSON formatted, and includes the following:
| • | timestamp — when the event occurred (not when it was sent.) |
| • | type — The integer type, from the ServerEvent class in the API. |
| • | name — The name, from the ServerEvent class. |
| • | properties — The properties map for that event. |
For example:
{
"timestamp":"2014-04-29T17:45:18.512-0400",
"type":28,
"name":"TASK_SUBMITTED",
"properties":{
"ServiceSessionID":"21837468246",
"ServiceInvocationID":"3".
...
}
}