11:34 pm - stipe - Java Logging I'm about to start a project that I'd like to have do a bit of logging. One of the more common logging tools seems to be Apache's log4j package.Has anyone tried out the new java.util.logging package in Java 1.4? Anyone know any reason to use one over the other, aside from the fact that presumably java.util.logger requires Java 1.4, while log4j will work on older VMs? I don't even know if that bit's true or not.