Re: GWT DevMode : logging to a log file

2011-02-12 Thread Adligo
Hi, I know if you use the Adligo i_log api you can send your log messages to a Servlet and log them that way. Cheers, Scott -- 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-toolkit@google

Re: GWT DevMode : logging to a log file

2011-02-09 Thread Приладышев Владимир
Здраствуйте хочу предложить новую платежную систему http://www.paybox.me/r/prgold В Интернете продвигается новая платежная система - PayBox. Так как она только в развитии - регистрация БЕСПЛАТНАЯ, и на счет сразу ложится сумма в $25. Каждый день, если Вы посещаете сайт, добавляется еще $20. А

Re: GWT DevMode : logging to a log file

2011-02-08 Thread Thomas Broyer
I understand it as that you cannot use the class FileHandler in your client code, which doesn't mean you cannot use it in your logging.properties configuration files when launching DevMode. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Re: GWT DevMode : logging to a log file

2011-02-08 Thread karthik reddy
I just took a look at the documentation at http://code.google.com/webtoolkit/doc/latest/DevGuideLogging.html and it seems like FileHandler is not supported . There is a line in the documentation that seems to indicate this: The following classes are not emulated at all: ErrorManager and Logg

Re: GWT DevMode : logging to a log file

2011-02-08 Thread Thomas Broyer
How about using java.util.logging? http://code.google.com/webtoolkit/doc/latest/DevGuideLogging.html -- 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-toolkit@googlegroups.com. To unsubscribe

GWT DevMode : logging to a log file

2011-02-08 Thread karthik reddy
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 constant