Try this http://code.google.com/p/gwt-log/
I haven't but it looks great. Kevin is correct that natively, Javascript and the Browser are not allowed to write a file to the local file system. Not a GWT thing, but a browser thing. But the GWT logging from code.google.com looks like it jumps into Firebug's API, so you'll probably need to use Firefox. Like I said, I'm only saying it looks good, I haven't tried it (yet!). Later, Shaffer On Mar 3, 11:34 am, Kevin Qiu <[email protected]> wrote: > I believe it's not possible because GWT code eventually translates to > Javascript and runs in the client's browser. Javascript doesn't have the > permission to write to host's file system without using COM or XPCOMM. > > On Wed, Mar 3, 2010 at 1:20 PM, gadaleta.marco > <[email protected]>wrote: > > > > > There's a way to logging to a file client side? > > Thank you > > > -- > > 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]<google-web-toolkit%2bunsubs[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en.- Hide quoted text - > > - Show quoted text - -- 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.
