I recently ended up in a bit of a mess on one of the projects I work on, a "mélange" of Log4j, Slf4j and Commons-Logging due to mixing different JARs from different open source projects.

I see more and more OS projects slowly moving to Slf4j. Logback seems to be the successor of Log4j. I think it's actually a fork, but since no further development are anticipated for Log4j 1.3 and Log4j 2.0 is an experimental development and don't know if it will ever leave that state... I wonder!!!

Is Log4j dead?

link|improve this question
No...? Why would you think that? – mre Aug 3 '11 at 12:28
Log4j is a pretty comprehensive logging framework, in my experience. Perhaps it is simply done, and not dead. What new features were you hoping to see added to it? – aroth Aug 3 '11 at 12:30
possible duplicate of Is Log4j being abandoned in favor of Slf4j? – Jason S Aug 3 '11 at 12:36
"Its just resting after a long squawk". – Stephen C Aug 3 '11 at 13:15
feedback

closed as not constructive by Bart Kiers, mre, Bertrand Marron, Jason S, bharath Aug 3 '11 at 12:46

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

No.

Mature, complete, stable - none of these are synonyms for "dead".

Deprecated, superceded - perhaps this is what you meant? Is Log4j superceded by Slf4j? Given that Slf4j implements a wrapper for Log4j... probably not. It's just an alternative way to use Log4j.

Log4j is robust, stable, widely accepted and in production use across the globe.

Logback is intended to be a successor for Log4j but has not yet had equivalent exposure. Slf4j allows you to abstract out the logging framework.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.