How to print to the console in GWT

Quoting the documentation: Adding GWT logging is really quite simple, as simple as the following code example. However — understanding how logging works, and how to correctly configure it is important, so please do take the time to read the rest of this document. http://code.google.com/webtoolkit/doc/latest/DevGuideLogging.html The simplest way to enable logging is: # In your … Read more