Yes you can send the log messages to the server and have them direct the log messages to a file, depending on which log api you use (I am only sure about the i_log api that I wrote). http://cvs.adligo.org/viewvc/adi_gwt_rpc_servlet/src/org/adligo/i/adi/server/rpc/ILogServlet.java?view=markup
I believe the older GWT-LOG by allen sauer and the newer impl of java.util.logging on the client can also do this. Cheers, Scott On Mar 23, 3:45 pm, SVR <[email protected]> wrote: > Is this possible, I know GWT is client side, but is this possible at all? > The debug/log window (client side) is pretty lame and doesnt even allow > copy/paste. I know there is an exception thrown, but can hardly scan the > window without search facility or copy/paste to notepad and search? > Any ideas? > thanks -- 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.
