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 http://twitter.com/jitterted http://tedmyoung.tumblr.com -- You received this message because you are subscribed to the Google Groups "gwt-log" group. To view this discussion on the web visit https://groups.google.com/d/msg/gwt-log/-/MKkFUdu7FyAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gwt-log?hl=en.
