Monday, August 22, 2016

Setting GWT log levels for individual packages/classes

Is it possible to set different log levels for different packages/classes with GWT's default logger? In the standard java's logging utility you would set the following in the logging.properties file:

javax.jms.connection.level = OFF

to disable logging for the
javax.jms.connection package. The documentation mentions the following properties which can be changed:
gwt.logging.logLevel, gwt.logging.enabled and gwt.logging.consoleHandler. I do not see how the levels for individual packages could be modified with these.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment