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

Make library usable with GWT: alternatively allow logging with java.util.logging #1

Open
rolandkrueger opened this issue Jan 9, 2017 · 0 comments

Comments

@rolandkrueger
Copy link
Owner

The library currently uses slf4j for writing log statements. While this is a good thing when the library is used as is in some back-end Java code, it is inconvenient when used with the Google Web Toolkit. When the library is used in a GWT project, it would be better if java.util.logging was used instead. Therefore, it must be possible for the user to choose the logging framework used.

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

No branches or pull requests

1 participant