Re: GWT-2.1 && java.util.logging

2010-07-05 Thread Jon Gorrono
I didn't read the blog yet, so sorry if this is repeat.. add log4j.properties and commons-logging.properties in the devel mode-only src tree at the root of the src directory (eg dev/src/java) in commons-logging.properties: org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLog

Re: GWT-2.1 && java.util.logging

2010-07-05 Thread Jeff Chimene
On 07/05/2010 02:48 PM, Thomas Broyer wrote: > > > On 4 juil, 15:19, james wrote: >> Last week I was trying to find a similar example and couldn't. So I >> took a little time an wrote a quick blog post with a small example app >> that should help you get started with logging. >> >> http://treaso

Re: GWT-2.1 && java.util.logging

2010-07-05 Thread Thomas Broyer
On 4 juil, 15:19, james wrote: > Last week I was trying to find a similar example and couldn't. So I > took a little time an wrote a quick blog post with a small example app > that should help you get started with logging. > > http://treasonx.blogspot.com/2010/07/gwt-21-logging.html There's a s

Re: GWT-2.1 && java.util.logging

2010-07-05 Thread james
Last week I was trying to find a similar example and couldn't. So I took a little time an wrote a quick blog post with a small example app that should help you get started with logging. http://treasonx.blogspot.com/2010/07/gwt-21-logging.html On Jun 21, 3:21 pm, "jie...@gmail.com" wrote: > Does

GWT-2.1 && java.util.logging

2010-06-21 Thread jie...@gmail.com
Does anyone have an example of how to get java.util.logging.Logger messages to the console when running in development mode? I was excited about removing an external dependency of gwt-log, but can not seem to get any dev-mode CLIENT log messages to appear to the console.. Complicating matters is t