LogEntry( date, event, msg ) method

This object represents a log entry.

Syntax

<static> LogEntry( date, event, msg )

Parameters

Name Type Description
date number The date the log entry was recorded, in milliseconds since January 1, 1970, 00:00:00 GMT
event number The event ID of the log entry (will be one of hwc.CONNECTION_ERROR, hwc.CONNECTION_OTHER, hwc.CONNECTION_CONNECTED, hwc.CONNECTION_DISCONNECTED, hwc.CONNECTION_RETRIEVED_ITEMS)
msg string The message of the log entry.

Source

hwc-api.js, line 1084.