本文介绍了如何访问.log .info。从Services.console警告功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在我的插件作用域中,我试图使用 console.log
和 console.info $ c之类的功能将消息记录到浏览器控制台中$ c>等,请参见此处)
However Services.jsm gives me nsIConsoleService
. So how to access the functions above (web api console) from the nsIConsoleService (docs on nsiconsoleservice: https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIConsoleService)
推荐答案
弄清楚答案是
这篇关于如何访问.log .info。从Services.console警告功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!