
http://bugzilla.slf4j.org/show_bug.cgi?id=279 Summary: Class org.apache.log4j.Category is missing class setLevel(Level) Product: SLF4J Version: unspecified Platform: Macintosh OS/Version: All Status: NEW Severity: normal Priority: P3 Component: log4j-over-slf4j AssignedTo: slf4j-dev@qos.ch ReportedBy: thorsten.Moeller@unibas.ch There is an API incompatibility in log4j-over-slf4j 1.7.2 (and earlier versions) with the original Log4J 1.2.x: the class org.apache.log4j.Category is missing the method "public void setLevel(org.apache.log4j.Level)". Even if it would do nothing in log4j-over-slf4j (as does getLevel(), which is not missing), it should be present, IMHO. I have not checked whether there are more incompatibilities, I have just noticed it when trying to compile one of our projects with log4j-over-slf4j. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.