[slf4j-dev] [Bug 206] Allow configuring SLF4J's log level at runtime

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Tue Nov 30 15:23:54 CET 2010


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





--- Comment #5 from Robert Elliot <robert at teviotia.co.uk>  2010-11-30 15:23:54 ---
The right design decision in my opinion - it's the job of the interface to say
"here's a message of DEBUG importance". What to do with that message - print it
to the console, write it to a file, stick it in a database etc. - is the job of
the implementation. And choosing to discard it (because of a logger level) is
doing something with 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