Hi guys,

I've just put up a new project on sourceforge using joda-time.

Log5j [ https://sourceforge.net/projects/log5j/ ] is essentially a log4j 
clone, but set up for Java versions 5 and above.  The main difference is 
slightly more flexible logging methods using Java 5's varargs feature.

The latest code in subversion (but not yet released) also features 
logging methods that format messages in the same way as the 
java.util.Formatter.format() methods.

I was prompted to do this after seeing too many instances of 
"logger.debug(string1 + string2 + ...);" in the code I work on, which 
everyone knows is inefficient, but for some reason still happens all the 
time.

Anyway, please check it out.  I would be interested to know if other 
people think it's worth the effort, or if I'm just tilting at windmills. :)


Bruce.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Joda-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to