Which logger framework in java shall one use based on performance and consistency criterion?
        Posted  
        
            by Vaibhav Kamble
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vaibhav Kamble
        
        
        
        Published on 2010-06-10T08:58:29Z
        Indexed on 
            2010/06/10
            9:03 UTC
        
        
        Read the original article
        Hit count: 445
        
Which logger framework in java shall one use based on performance and consistency criterion? I need to use it in highly concurrent application and do not wish to use any log wrappers.
Please suggest based on these requirements.
-Vaibhav
© Stack Overflow or respective owner