Aaron Ruß created CB-8015:
-----------------------------
Summary: improve readability of console output (LogCat)
Key: CB-8015
URL: https://issues.apache.org/jira/browse/CB-8015
Project: Apache Cordova
Issue Type: Improvement
Components: Android
Reporter: Aaron Ruß
Priority: Minor
Messages that are logged to the console via
{{CordovaChromeClient.onConsoleMessage(ConsoleMessage)}} always get written to
the JavaScript console with DEBUG level.
Since LogCat is capable of formatting messages according to their log-level, it
would improve readability of the LogCat output considerably, if
{{CordovaChromeClient.onConsoleMessage(ConsoleMessage)}} would print the
message with the actual log-level of the message, i.e.
{{ConsoleMessage.messageLevel()}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]