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


Robert Elliot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #1 from Robert Elliot <[email protected]>  2010-11-30 11:00:01 
---
SLF4J is an interface, not a logging system. You could write an implementation
that sent all log messages to sys out if you wanted, regardless of level. So
setting the level in SLF4J makes no sense. You set the level on the logging
system you are using as your SLF4J implementation - Log4j or Logback. 


-- 
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