Hi folks, Now that Jakarta has a super-lightweight logging package in Jakarta-Commons, that is already being used by Tomcat4 and Struts, as well as many other commons components, I propose we migrate to using that package for Slide as well.
The commons-logging package has bindings to JDK1.4 logging, Log4J and Avalon LogKit, and also provides a simple System.out logger like Slide does currently with SimpleLogger. So in the spirit of code reuse and sharing between Jakarta projects, I volunteer to do a step by step migration of the logging in Slide: First I'll keep the current logging code in place, only deprecating it and adding the commons- logging support. As the next step the org.apache.slide.util.logger package, the log4j-wrapper and all references to it will be completely removed and replaced by equivalent commons-logging calls. All that only applies to the HEAD branch of Slide, of course. What do you think ? +1 from me, obviously. -chris _______________________________________________ /=/ cmlenz at gmx.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
