UNPKG

acha-framework

Version:

is a modular framework on both client (angular.js) and server (node.js) side, it provides security, orm, ioc, obfuscation and ...

11 lines 259 B
(function (undefined) { Ioc.define('backend.logHelper', [], function (provide) { provide({ log: function (error) { 'use strict'; console.info('consider refactoring logger'); console.error(error); } }); }); }());