tags:

views:

350

answers:

1

Is there a way to report log messages in a Client-side GWT applications for development purposes (in Standard GWT libraries i.e. No external libraries)?

i.e. like the Logger that can be used to output log messages to catalina.out when developing things for say Tomcat.

+2  A: 

Take a look to the gwt-log project. Seems that's you're looking for.

http://code.google.com/p/gwt-log/

Carlos Tasada
Igor Klimer