GWT logging

2013-05-30 Thread Vikas Pandit
HI All, I was trying to find a way to write a log messages in file in GWT application. I started with Log4j but then i found it's not supported by GWT and then moved onto java.uitl.Logger. I configured a servlet to load as the application start and load custom "logging.properties" from this ser

GWT Logging

2013-05-30 Thread Vikas Pandit
Hi All, How can i write log message in a file (/WEB-INF/logs) in GWT? it seems log4j is not supported but then i wrote a servlet (to be loaded when application starts to load my custom "logging.properties"(from /WEB-INF/classes/logging.properties)