I've read through
http://code.google.com/p/gwt-log/wiki/GettingStarted several times, but I'm still not seeing how to change the formatting for the server-side logging. I have the client-side working fine, but the server side is still using the default formatter (simple format?). I want it to use my custom formatter, so I created a logging.properties file, like this:
.level = FINE
.formatter = com.guidewire.bat.server.BatLoggingFormatter
But it's not using my formatter. How do I configure gwt-log to use my custom formatter?
I see the section titled "Use logging categories", but I'm not using categories. Do I still need to create the ServletContextListener and all that? Is there no way to use the logging.properties?
Thanks,
;ted
--
Ted M. Young, Renaissance Coder