boolean kioAppLog(String groupName, String msg)

Starts an app logging group instance. Both parameters can be null. Subsequent calls to KioAppLogData will be linked to this instance of this group.

Parameters

Name Description
groupName Name for the logging group. Can be null.
msg Message for the logging group. Can be null.

Return

True if success, false otherwise.