string AddAppLogDataBool(string, string, bool)
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 |
bool Value. |
Return
The app log data id, or null on an insert failure.
Examples
var dataId = KioApp.AddAppLogDataBool(appLogId, 'The Result', true);
Requirements
KioWare for Windows version 8.38 or greater.