Bruce Ashton wrote: > 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.
Thanks for the info on a Joda-Time project. You may want to test out varargs carefully though, as when they are compiled, varargs get compiled to create a new array, and that array will always be created if you are calling logger.log(Object...). Stephen ------------------------------------------------------------------------- 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
