FWIW, I added the following properties to my module Xxx.gwt.xml config to 
get old logging back...

<set-property name="gwt.logging.enabled" value="TRUE"/>
<set-property name="gwt.logging.consoleHandler" value="ENABLED"/>
<set-property name="gwt.logging.logLevel" value="INFO"/>


This is in addition to inheriting the *com.google.gwt.logging.Logging* 
module.


On Thursday, November 20, 2014 7:15:16 PM UTC+10, Jan Thewes wrote:
>
> Hey guys,
>
> we've a problem with logging since testing GWT 2.7.
> We're using java.util.Logger() and with 2.7 any message trying to be 
> logged with WARN or lower doesn't end up in the browser console.
>
> What I found out is that my Logger.info(String message) call is thrown 
> away by the GWT compiler?
> Why does this happen?
>
> What do I have to do to  get the old behavior?
>
> Cheers,
> Jan
>

-- 
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/ea9fa29c-7526-43ed-8d6d-393983c8a744%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to