error: function()

in app/scripts/core/logger.js [20:24]


    error: function(){
        if(Log.Config.USTOM_LOGGER_LEVEL === 'DEVELOPMENT'){
            Ember.Logger.error.apply(this, arguments);
        }
    },