client side logging for tomcat production environment

2013-06-21 Thread Leung
Hi, I need to have some print out for the client side code in production environment. I use tomcat as the web server. Is it possible? and how? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: client side logging for tomcat production environment

2013-06-21 Thread Jens
Take a look at https://developers.google.com/web-toolkit/doc/latest/DevGuideLogging?#Remote_Logging -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Client Side Logging

2009-10-15 Thread Adligo
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

Client Side Logging

2009-10-14 Thread Thomas Holmes
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

Re: Client Side Logging

2009-10-14 Thread charlie
I am very happy with http://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