离子3中的Log.e(),Log.d()?

时间:2018-05-09 07:14:29

标签: android ionic-framework ionic3

我想在android studio中使用Log.d和Log.3获取日志。有没有办法在离子中做Log.e()和Log.d()?旁边使用console.log()?

1 个答案:

答案 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