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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




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 receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Client Side Logging

2009-10-16 Thread JimmyJoe

gwt-log is probably the best project I've found to do this type of
logging.

It is not too difficult to roll your own logging if your needs aren't
complex, for instance see 
http://technology.gtnexus.com/2009/10/12/rolling-your-own-gwt-remote-logging/.
If you want to do anything more complicated or robust, however, you're
better off going with a logging library.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 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  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
>
>  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
-~--~~~~--~~--~--~---



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
 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
-~--~~~~--~~--~--~---



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 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
-~--~~~~--~~--~--~---