angular-simple-logger icon indicating copy to clipboard operation
angular-simple-logger copied to clipboard

Basic logger with level logging which can also be independent.

Results 5 angular-simple-logger issues
Sort by recently updated
recently updated
newest added

With Webpack 2 and Angular 1.x with this ```javascript import angularSimpleLogger from 'angular-simple-logger' angular.module('app', [angularSimpleLogger]) ``` Is throwing this angular error when it spins up ``` app.bundle.js:55447 Uncaught Error: [$injector:modulerr]...

I get the following error when installing with JSPM: Uncaught TypeError: angular.module is not a function

Error when using decorator ``` }(), this.decorator = ["$log", function(e) { var o; return o = new n(e), o.currentLevel = r.debug, o ``` will only work when ``` }(), this.decorator...

bug

For main code not specs. Reasoning: - get more contributors (As much as I love CoffeeScript repo contributors are always low due to it) - CoffeeScript (Jeremy's) appears to have...

enhancement

So since this lib is an important dependency to angular-leaflet-directive and angular-google-maps via bower. It should probably point to the angular-simple-logger.light.js where advanced features via debug are off. That way...