Guid? CreateAppLog(string groupName, string message)
Creates a new app log entry.
Parameters
Name | Description |
groupName | A group name used for grouping related app log entries. |
message | The message for this entry. |
Return
The unique id for the new entry if the function succeeds or null if it fails. The id can be used to add data items to the log entry.