LogEntry( logDate, event, msg ) method

This object represents a log entry.

Syntax

<static> LogEntry( logDate, event, msg )

Parameters

Name Type Description
logDate 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 the AppLog status events, or possibly a custom value).
msg string The message of the log entry.

Source

Plugins/AppLog/applog.js, line 125.