I found logging indispensable when I was developing for my software engineering class.
Being ignorant I created my own simple api to achieve my purpose. But as in my internship I discovered log4J an log4net. It was like a bliss when I was debugging.
Gwt natively has only one level of logging: to console using GWT.log().
I discovered this very cool logging api written by allen sauer and fred sauer. It is very much like log4j, but for gwt.
You can find it at
http://code.google.com/p/gwt-log/
and the tutorial to set it up at
http://developerlife.com/tutorials/?p=229
The above tutorial also teaches how to set up third party libraries with gwt.
Being ignorant I created my own simple api to achieve my purpose. But as in my internship I discovered log4J an log4net. It was like a bliss when I was debugging.
Gwt natively has only one level of logging: to console using GWT.log().
I discovered this very cool logging api written by allen sauer and fred sauer. It is very much like log4j, but for gwt.
You can find it at
http://code.google.com/p/gwt-log/
and the tutorial to set it up at
http://developerlife.com/tutorials/?p=229
The above tutorial also teaches how to set up third party libraries with gwt.
No comments:
Post a Comment