5 Replies Latest reply on Jul 29, 2006 6:41 PM by marklittle

    Logging.. log4j or commons.logging

    kurtstam

      We need to add logging. Personally I like to use log4j right out of the box. I have run into a few issue with apache commons.logging before (pretty well described in http://www.qos.ch/logging/thinkAgain.jsp). I guess a third option is java.logging but I never really seriously considered that..

      Does anyone have a strong preference for one of the other?