The gwt-log package is great -- definitely check it out.

Depending on your requirements, you can also write your own logging,
for instance see my post at
http://supplychaintechnology.wordpress.com/2009/10/12/rolling-your-own-gwt-remote-logging/.



On Mar 3, 11:10 am, "mikedshaf...@gmail.com" <mikedshaf...@gmail.com>
wrote:
> 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 <kevin.jing....@gmail.com> 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 
> > <gadaleta.ma...@gmail.com>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 google-web-tool...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2Bunsubs
> > >  ­cr...@googlegroups.com>
> > > .
> > > 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 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