Re: GWT.log listener in hosted mode

2009-10-27 Thread Thomas Broyer
On 25 oct, 18:29, al.hicks al.hi...@gmail.com wrote: Hello, I am looking for some help. I want to be able to listen to the GWT.log messages that are output in the hosted mode console and use them in another application. Currently I am only interested in doing this locally. My thoughts are

Re: GWT.log listener in hosted mode

2009-10-27 Thread al.hicks
thats great thanks for the help. cheers, alan. On Oct 27, 3:45 pm, Thomas Broyer t.bro...@gmail.com wrote: On 25 oct, 18:29, al.hicks al.hi...@gmail.com wrote: Hello, I am looking for some help. I want to be able to listen to the GWT.log messages that are output in the hosted mode

Re: GWT.log listener in hosted mode

2009-10-26 Thread Sudeep S
Hi Alan, You can use gwt_log or i_log for remote logging gwt logger. Thanks Sudeep On Sun, Oct 25, 2009 at 10:59 PM, al.hicks al.hi...@gmail.com wrote: Hello, I am looking for some help. I want to be able to listen to the GWT.log messages that are output in the hosted mode console and use

GWT.log listener in hosted mode

2009-10-25 Thread al.hicks
Hello, I am looking for some help. I want to be able to listen to the GWT.log messages that are output in the hosted mode console and use them in another application. Currently I am only interested in doing this locally. My thoughts are that the simplest way to achieve this is to some how write