sample_LogListener( milliseconds, event, optionalString ) method

Sample anonymous.LogListener callback function.

Syntax

<static> sample_LogListener( milliseconds, event, optionalString )

Parameters

Name Type Description
milliseconds number The date of the log message represented in milliseconds.
event number The that represents which category this event falls under (It will be one of hwc.CONNECTION_ERROR, hwc.CONNECTION_OTHER, hwc.CONNECTION_CONNECTED, hwc.CONNECTION_DISCONNECTED, hwc.CONNECTION_RETRIEVED_ITEMS).
optionalString string The string carrying the message of the log event.

Source

hwc-api.js, line 855.