Wednesday, May 13, 2015

Re: Logging GWT with Tomcat

See the blog post "7 Tips for Exception Handling in GWT" at http://www.summa-tech.com/blog/2012/06/11/7-tips-for-exception-handling-in-gwt and the GWT documentation http://www.gwtproject.org/doc/latest/DevGuideLogging.html#Remote_Logging.

Section 4 "Log exceptions on the server" in this blog post describes how to log client events on the server. This example talks about using GWT-RPC for remote logging but it's quite easy to implement custom remote logging using JSON or whatever.

--
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+unsubscribe@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/d/optout.

No comments:

Post a Comment