What logging libraries do you recommend as alternatives to Log4j? Do these libraries work with Spring and Hibernate? Are they compatible with Slf4j or Jakarta Commons Logging?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
slf4j allows you to use just about all the other logging frameworks at once. Juli, Commons, Log4j etc.. As an output framework to use with slf4j instead of Log4j, I would suggest Logback http://logback.qos.ch/ which is written and maintained by the creator of Log4j. |
|||||||||||
|
|
Java Source publishes a list of open source logging libraries. |
|||
|
|