
http://bugzilla.slf4j.org/show_bug.cgi?id=289 Summary: Add a NOOP method org.apache.log4j.Logger.setLevel() to enhance the bridging of Log4J over SLF4J Product: SLF4J Version: unspecified Platform: PC OS/Version: Mac OS X 10.3 Status: NEW Severity: enhancement Priority: P1 Component: log4j-over-slf4j AssignedTo: slf4j-dev@qos.ch ReportedBy: mspetrovic@gmail.com 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. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.