string createAppLog(string groupName, string msg)
Creates an app log entry on KioWare Server
Security
Trust Level Required: Medium Trust
Parameters
Name | Description |
groupName |
string The group name for the log set. |
msg |
string The message for the log set. |
Return
The app log ID to optionally pass into KioApp.addAppLogData, or null on an insert failure.
Examples
var appLogId = KioApp.createAppLog("My App Log", "Data generated by my app");
if (appLogId != null)
KioApp.addAppLogData(appLogId, "Data Entry 1", "My app log data");
Requirements
KioWare OS (Linux®) version 1.1 or greater.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.