[gwt-contrib] Re: Logging not working anymore in GWT 2.7.0 RC

2015-01-06 Thread peter . leong
FWIW, I added the following properties to my module Xxx.gwt.xml config to get old logging back... 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 loggi

[gwt-contrib] Re: Logging not working anymore in GWT 2.7.0 RC

2014-11-20 Thread Mohammed
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

[gwt-contrib] Re: Logging not working anymore in GWT 2.7.0 RC

2014-11-20 Thread Andrei Korzhevskii
GWT 2.7 changed property value "gwt.logging.enabled" from "TRUE" to "SEVERE" (in Logging.gwt.xml) so by default app logs errors only. To get back to pre-2.7 logging behavior, set this property to "TRUE" or "WARNING" (if you want to log warnings and errors). On Thursday, November 20, 2014 12:15:1