void logDebug(string tag, string msg)

This function can be used to log tagged messages to Logcat Viewer as Debug events.

Security

Trust Level Required: Low trust

Parameters

Name Description
tag The tag to use for the log.
msg The message to log.

Return

Nothing returned