You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2019. It is now read-only.
Would it be possible to make the usage of simple logger optional?
I don't see that much benefits compared to $log here and only have to take care about an additional dependency.
Comparing to angular-leaflet-directive irrelevant. If you can show me an easy way to optionally load modules and angular services then I can possible do this.
The main motive for it is many people don't want to see any logging by the library unless it is an error. The simple logger makes it easy to keep the libraries logging separate from your application.
Also going for the no dependencies argument is null and void here as ui-leaflet is being broken up and thus will require even more dependencies.
Serious suggestion: Why not remove the dependency on a special logging library and just have a verbose: true option you can configure this directive with to get additional output?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would it be possible to make the usage of simple logger optional?
I don't see that much benefits compared to $log here and only have to take care about an additional dependency.
In https://github.com/tombatossals/angular-leaflet-directive it's no dependency (anymore)...
The text was updated successfully, but these errors were encountered: