Skip to content
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

Merged
merged 3 commits into from
Sep 4, 2015
Merged

issue 829 independent logging #915

merged 3 commits into from
Sep 4, 2015

Conversation

nmccready
Copy link
Contributor

Utilizing a independent logger I wrote for ui-gmap which has been ported to angular-simple-logger on github

@@ -3018,6 +3027,10 @@ angular.module("leaflet-directive")
};
});

angular.module("leaflet-directive").service('leafletLogger', ["nemSimpleLogger", function(nemSimpleLogger) {
return nemSimpleLogger.spawn();
Copy link
Contributor Author

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.

@nmccready
Copy link
Contributor Author

@tombatossals @elesdoar @jessertaylor

@nmccready nmccready added PR and removed in progress labels Sep 3, 2015
@nmccready nmccready self-assigned this Sep 3, 2015
@nmccready
Copy link
Contributor Author

ping?

@nmccready nmccready added this to the 0.8.8 milestone Sep 3, 2015
@nmccready
Copy link
Contributor Author

I was hoping to get some feedback, but it's been two days. Merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant