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