Do you find java.util.logging sufficient?
        Posted  
        
            by Yuval A
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Yuval A
        
        
        
        Published on 2009-03-03T19:51:37Z
        Indexed on 
            2010/04/28
            22:17 UTC
        
        
        Read the original article
        Hit count: 267
        
Per the title, do you find the default Java logging framework sufficient for your needs?
Do you use alternative logging services such as log4j or others? If so, why? I'd like to hear any advice you have regarding logging requirements in different types of projects, and when integrating frameworks is actually necessary and/or useful.
© Stack Overflow or respective owner