By default all the GWT.log(.....) statements log to the console . (this is 
not desirable for me because there is no way for me to do a "Clear" on the 
logs periodically and that affects my capability to debug).

So, I am trying to direct all my GWT.log(...) messages to a file which I can 
constantly clean up and start with a clean slate. 

I figured a way to do it: use the *-logdir  *option of the GWT compiler and 
pass the logging directory. But the one issue i have with this is ,  the 
logs are scattered across multiple files. (a new log file with 
a slightly different name gets created each time you re-load the application 
). So, in essence I am NOT able to get the messages to be directed to a 
SINGLE file.   Is there a way to do it ?? 

Any thoughts/pointers would are much appreciated. 

-- 
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.

Reply via email to