How to use log4j 2.0 and slf4j and Commons Logging together
I currently am starting a new Webapp (running on tomcat 6) I have components using slf4j and components using commons logging I plan to use log4j 2.0 as log implementation due to several reasons (mainly for the appenders:SocketAppender and SyslogAppender but also because of the promoted config reloading without loss of log events) Now my questions are: - To which interface do I program my new classes? loag4j or slf4j? or even commons logging? What's the preferred way to deploy the jars? put them in my application war or do i put them into the tomcat libs? what jars do I need to deploy? log4j