I am trying to use Ext.log , but Ext.log returns an empty function ( function () {} )
Ext.log
function () {}
I am using ./ext-4.1.1/ext-all-debug.js . I thought that only the production assembly removes the logging functions.
./ext-4.1.1/ext-all-debug.js
What am I missing?
Use ext-all-dev.js instead of ext-all-debug.js and use Ext.log as follows:
ext-all-dev.js
ext-all-debug.js
Ext.log({level:'debug'}, 'debug message');
Source: https://habr.com/ru/post/1434845/More articles:Duplicate tables related to N: M (including relationships) - databaseRead certificate from pdf - c #File archive and stub usage - phpConstructor of type "Track_Attack.TAGeneric" not found. C # Winforms - c #Auto-scan at the bottom of the page, then top and repeat - jqueryHow can I (if at all) disable device hibernation in Trigger.io? - trigger.ioStop Android device from sleeping - androidSearch Sunspot by id - solrUsing the Game Center player identifier in the PFUser object being analyzed? - iosHow to include more request urls in a session cookie path in Tomcat? - javaAll Articles