see below,

   - 
   
   GWT apps that inherit the com.google.gwt.logging.Logging module have 
   different default behavior for messages logged using the 
   java.util.logging package. The new default is to log messages at level 
   SEVERE and above to the browser's console. PopupLogHandler and 
   SystemHandler are no longer enabled by default.
   

On Thursday, November 20, 2014 2:45:16 PM UTC+5:30, 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/ace00a95-1ee1-4d1e-a449-9333ad21a708%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to