boolean kioAppLogData(String name, String val)
Log a name-value pair. Will be linked to the last group instance created. Submitting a duplicate name-value pair in the same group, on the same instance of the group will result in the duplicate being overridden by the later call.
Parameters
Name | Description |
name | Name for data. |
msg | Value for data. Can be null. |
Return
True if success, false otherwise.