Implement org.apache.log4j.Category.isEnabledFor(Level)
-------------------------------------------------------

                 Key: PAXLOGGING-42
                 URL: http://issues.ops4j.org/jira/browse/PAXLOGGING-42
             Project: Pax Logging
          Issue Type: Improvement
            Reporter: Niclas Hedhman
            Assignee: Niclas Hedhman


This is a request for pax-logging-api to support the isEnabledFor(Level) method 
on org.apache.log4j.Category.

Tomcat requires this method if using Log4j.  The version of Tomcat provided by 
the SpringSource Enterprise Bundle Repository (specifically, the 
org.apache.juli.extras bundle) imports org.apache.log4j in this manner: 
version="[1.2.15, 1.3.0)" (See 
https://www.springsource.com/repository/app/bundle/version/detail?name=com.springsource.org.apache.juli.extras&version=6.0.18)

While it is an optional dependency, if the SpringSource bundlized Tomcat and 
pax-logging-api bundle are in the same container, Tomcat will not start, due to 
the missing isEnabledFor method.

-- Michael Pilquist

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to