Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用Ext.log,但Ext.log返回一个空函数 ( function () {})
Ext.log
function () {}
我用./ext-4.1.1/ext-all-debug.js. 我认为只有生产版本删除了日志记录功能。
./ext-4.1.1/ext-all-debug.js
我想念什么?
使用ext-all-dev.js代替ext-all-debug.js并Ext.log像这样使用:
ext-all-dev.js
ext-all-debug.js
Ext.log({level:'debug'}, 'debug message');