I've switched to 2.7 and it writes only severe level messages to console by
default.
That's ok with me, but I can't change this behaviour. I tried adding the
following lines to my module file:
<inherits name="com.google.gwt.logging.Logging"/>
<set-property name="gwt.logging.enabled" value="TRUE"/>
<set-property name="gwt.logging.logLevel" value="INFO"/>
<set-property name="gwt.logging.consoleHandler" value="ENABLED"/>
But it doesn't change anything, code:
Logger log = Logger.getLogger(Panels.class.getName());
log.severe("Panel got click event");
prints nothing on the console.
--
You received this message because you are subscribed to the Google Groups "GWT
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-web-toolkit-contributors/4a97688d-6bca-420d-9076-7e8a3b710e83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.