string AddAppLogData(string, string, string)
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 |
string Value. |
Return
The app log data id, or null on an insert failure.
Examples
var procUpTime = KioApp.GetProcessUptimeMs();
var dataId = KioApp.AddAppLogData(appLogId, 'KW Uptime', 'Uptime: '+procUpTime);
Requirements
KioWare for Windows version 8.1 or greater.