Hi,

   Also there is i_log a apache commons logging port;

http://cvs.adligo.org/viewvc/
i_log project
depends on i_util and gwt_util for gwt runtime
See the dist package for compiled code
http://www.adligo.com/dist2/gwt/gwt_main_v3_0/

and some examples
http://www.adligo.com/#Products

Also I should mention there are some bugs in the latest release (fixed
in cvs, but not released as jars yet).
In order of importance
1) defalutlog= in the adligo_log.properties file doesn't affect the
log levels in i_log_v3_3 and before
2) log message batching was written after v3_3 so if you use google
app engine, I would suggest building the latest from cvs
since before that each log message was a request and you only get
about a million free requests per day on GAE

For your situation you can send your log messages to the server by
editing the adligo_log.properties under your war directory.  Add
gwt_loggers=both
or
gwt_loggers=net
which will send the log messages to the server, then you can either
1) buy the adligo GWT Java Log Server
or
Install and use one of the servlets to dump your log messages to the
console (or delegate to another log system)
For instance to dump the log message to the console use
http://cvs.adligo.org/viewvc/adi_gwt_rpc_servlet/src/org/adligo/i/adi/server/rpc/ConsoleLogServlet.java?view=markup

Cheers,
Scott



On Oct 14, 11:41 am, charlie <charlie.f...@gmail.com> wrote:
> I am very happy withhttp://code.google.com/p/gwt-log/, gwt-log+ firebug = win.
>
> On Wed, Oct 14, 2009 at 11:37 AM, Thomas Holmes
>
> <thomas.j.hol...@gmail.com> wrote:
>
> > I know this is client side code with a GWT-RPC DataSource, but I have
> > a bug, and I am trying to find out what is going on.   I have firebug
> > installed, but that isn't helping me at all.   System.out.println
> > doesn't seem to work of course, so in my GWT-RPC DataSource had can I
> > debug or log what is going on?
>
> > Thanks!   Any help is much appreciated!
>
> > Tom
--~--~---------~--~----~------------~-------~--~----~
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