I am using GWT 2.0 with intellij 7 . I am working on the StockWatcher
example and tried to log messages in both client and server
The client message is displayed successfully using GWT.log
But on the server side (in my ServiceImpl class) i am not able to find
the message being logged. I had tried
System.out.println(" logging in serviceImpl");
GWT.log(" logging in serviceImpl");
java.util.Logger
I am not able to see the log in the Development Mode , Jetty tab or
StockWatcher (IE) tab.
Kindly help me out in printing the log either to the development mode
screen or any file etc
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.