
http://bugzilla.slf4j.org/show_bug.cgi?id=279 --- Comment #2 from Thorsten <thorsten.Moeller@unibas.ch> 2012-11-03 17:01:47 CET --- Checking the class Category closer, there are more methods that are missing (e.g. setPriority(Priority), shutdown(), setAdditivity(boolean)). I presume they were all left out deliberately. The reason seems to be that they cannot be supported in general for every log backend; hence, they would do nothing anyway. Maybe it makes more sense, in our case, to refactor our project either to use SLF4J directly rather than the indirection log4j-over-slf4j or not to use setLevel(..). Seems reasonable to ignore this issue and close it. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.