I would like to use my existing log4j configurations with its appenders for a simple bundle.
I've included the following in the MANIFEST.MF:
I also have the log4j.properties in the bundle classpath.Code:Import-Bundle: com.springsource.slf4j.org.apache.commons.logging;version="[1.5.6,1.6.0)" Import-Package: org.slf4j;version="[1.5.6,1.6.0)", org.apache.log4j;bundle-symbolic-name="com.springsource.org.apache.log4j"
However my log4j appenders aren't being used. How do I configure this correctly?


