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





--- Comment #5 from Robert Elliot <[email protected]>  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.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-dev

Reply via email to