我想在android studio中使用Log.d和Log.3获取日志。有没有办法在离子中做Log.e()和Log.d()?旁边使用console.log()?
答案 0 :(得分:0)
您可以使用以下内容进行调试以及使用控制台
进行错误调试console.log Black color text with no icon
console.info Blue color text with icon
console.debug Pure black color text
console.warn Yellow color text with icon
console.error Red Color text with icon
console.error() method writes an error message to the console.
console.info() method outputs an informational message to the console
console.warn() method outputs a warning message to the console
有关详细信息,请查看link