string AddAppLogDataInt64(string, string, int64)

Adds more data to an existing app log entry

Security

Trust Level Required: Medium Trust

Parameters

Name Description
appLogId string
The app log id returned from CreateAppLog.
name string
Name.
value int64
Value.

Return

The app log data id, or null on an insert failure.

Examples


var procUpTime = KioApp.GetProcessUptimeMs();
var dataId = KioApp.AddAppLogDataInt64(appLogId, 'KW Uptime', procUpTime);
    

Requirements

KioWare for Windows version 8.38 or greater.