getLogEntriesSuccessCallback( data ) method

Callback function that will be invoked with all the entries in the app log.

There will be one AppLog.LogEntry object for each line in the app log. Log entries can be retrieved with AppLog.getLogEntries.

Syntax

<static> getLogEntriesSuccessCallback( data )

Parameters

Name Type Description
data AppLog.LogEntry[] An array of AppLog.LogEntry objects.

Source

Plugins/AppLog/applog.js, line 471.