//<feature logger> Ext.define('Ext.log.Base', { config: {}, constructor: function(config) { this.initConfig(config); return this; } }); //</feature>