1- do you know how I can configure the format of the log message displayed?

every time my log messages are printed on the console,
GWT adds a line above it describing the long time/date format and the long 
class name.
as a result each log message is shown at two lines, and hard to follow. 
INFO: Fri Feb 11 12:20:52 PST 2011 com.demo.gwt.client.MyApp
[   ]:  my own log here

how can I format the INFO line so that the two lines are shown in one line 
and more succinct ?

2- what is the log level you typically use in your apps ?
I have been using FINEST, but since logging at FINEST level
causes GWT specific messages to be included, I am not sure whether 
to use INFO, FINER or FINE.
do you have any tips on this ?

Thank You

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to