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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: