I've just managed to get com.google.gwt.logging.Logging working (using the
developmentModeHandler) in my module, but I can't track down any information
on how to set the logging levels for the different Loggers so that I can
filter messages based on package or class names.
Can this be done in the modules .gwt.xml file?
I'm thinking of the equivalent of this logback.xml snippet:
<logger name="net.flextime" level="WARN" />
<logger name="net.flextime.distribution.server.AuthFilter" level="WARN" />
<logger name="net.flextime.distribution.server.PhotoServiceImpl" level=
"DEBUG" />
Any pointers welcome!
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.