Details
-
Improvement
-
Resolution: Unresolved
-
None
-
None
-
None
-
Operating System: Mac OS X 10.3
Platform: PC
-
enhancement
-
P1
-
289
Description
As a user of SLF4J who wants to bridge Log4J, I would like a org.apache.log4j.Logger.setLevel() method that is a NOOP implementation. Currently, this method does not exist on the org.apache.log4j.Logger class, and this causes a runtime exception to be thrown when 3rd party applications call legacy the method Logger.setLevel(Level lvl).
Thanks.