This object represents a log entry.
new LogEntry( date, event, msg )
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. |