
30 Nov
2010
30 Nov
'10
2:23 p.m.
http://bugzilla.slf4j.org/show_bug.cgi?id=206 --- Comment #5 from Robert Elliot <robert@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.