AngularLogExtender icon indicating copy to clipboard operation
AngularLogExtender copied to clipboard

AngularLogExtender is an AngularJS module that extends the Angular $log functionality. It uses the native $decorator to push the $log pass its capabilities and provide new functionality such as config...

Results 2 AngularLogExtender issues
Sort by recently updated
recently updated
newest added

After $newLog = $log.getInstance([name]) is used, log decorators does not work any more. https://docs.angularjs.org/guide/decorators ```` $provide.decorator('$log', [ '$delegate', function $logDecorator($delegate) { var originalWarn = $delegate.warn; $delegate.warn = function decoratedWarn(msg) {...

@lwhiteley feature that you think we be useful and that we should add to the logger.

enhancement