void logWarn(string tag, string msg)

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

Parameters

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

Return

Nothing returned