[slf4j-dev] [Bug 279] Class org.apache.log4j.Category is missing class setLevel(Level)

bugzilla-daemon at qos.ch bugzilla-daemon at qos.ch
Sat Nov 3 17:01:47 CET 2012


http://bugzilla.slf4j.org/show_bug.cgi?id=279

--- Comment #2 from Thorsten <thorsten.Moeller at 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.


More information about the slf4j-dev mailing list