Ceki,

I've just passed a preliminary test with slf4j-log4j12.jar. It's great to have logging working again.

My test was performed in the IDEA environment we discussed a while ago. The are four project modules, one of which holds ApacheDS, using slf4j-log4j12.jar for my config., the others which use log4j.

As a side note, I've just had a chat with Alex about logging in ApacheDS. I'll send through an email soon with ideas about when to package a slf4j implementation and which one it should be.

Cheers,
Nick

Ceki Gülcü wrote:


SLF4J version 1.0beta9 was released just a few moments ago.

Due to binary incompatibility between log4j 1.2 and log4j 1.3, the
new SLF4J distribution includes two distinct bindings for log4j,
namely, slf4j-log4j12.jar and slf4j-log4j13.jar.  This distinction is
necessary because log4j 1.2 and 1.3 are not run-time
compatible, although they are mostly compile-time compatible.

See also http://slf4j.org/faq.html#2.6

Needless to say, regardless of what binding of SLF4J you compile
against, all SLF4J bindings are all interchangeable.



Reply via email to