Hi Fahad!

As soon as want to log something in the serverside, you may need to
use a regular serverside logging.
There are several different libs which do help with this.

Jetty could use SLF4J as an impl one, so you could use
org.slf4j.Logger. (see http://www.slf4j.org/manual.html for samples)

For more details, look into here - 
http://docs.codehaus.org/display/JETTY/Debugging

regards,
alex.

On Oct 21, 5:38 pm, Fahad Baig <mfahadb...@gmail.com> wrote:
> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to