-
Notifications
You must be signed in to change notification settings - Fork 632
issue 829 independent logging #915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue 829 independent logging #915
Conversation
@@ -3018,6 +3027,10 @@ angular.module("leaflet-directive") | |||
}; | |||
}); | |||
|
|||
angular.module("leaflet-directive").service('leafletLogger', ["nemSimpleLogger", function(nemSimpleLogger) { | |||
return nemSimpleLogger.spawn(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create our own instance of an independent logger where leaflet-directive's logging domain is separate of everything else. "leafletLogger" is then used everywhere else where $log used to be.
@tombatossals @elesdoar @jessertaylor |
ping? |
…ue_829/simpleLogger
I was hoping to get some feedback, but it's been two days. Merging. |
…eLogger issue 829 independent logging
Utilizing a independent logger I wrote for ui-gmap which has been ported to angular-simple-logger on github