posted 12 years ago
I am using GWT 2.5.0. I am trying to do client side logging with GWT.Log("log message");
The log message doesn't show up anyplace that I can find. I am running the app as a Web Application so it is using the App Engine.
The app was created from the GWT example project in Eclipse and I don't see any .gwt.xml file.
Can someone tell me where it is logging or how to configure client side logging to get it to show up?
Thank You.