Re: Create log file

2013-04-02 Thread Jens
You would need to send your client log to the server where it can be logged into a file. GWT emulates a subset of java.util.logging: https://developers.google.com/web-toolkit/doc/latest/DevGuideLogging http://stackoverflow.com/questions/5812035/setup-a-remoteloggingservlet-in-gwt -- J. -- Y

Create log file

2013-04-02 Thread Crease
Hi, I had created an app GWT, but I want to create "log" for debug my code. I want to have a log file where it leave all trace and after I can open this file with some text editor. Can somebody help me? Does somebody have some examples? Thanks. -- You received this message because you are s