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
feedback
|
|
I'd recommend Logback - intended as a successor to the popular log4j project. It's fast, generic and reliable. | |||
|
feedback
|
|
Check SL4J - Simple Logging Facade for Java It's very easy to implement and (from its page)
It then can be used then with lockback, log4j, etc.. | |||
|
feedback
|