[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 11:00:02 CET 2010


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


Robert Elliot <robert at teviotia.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robert at teviotia.co.uk




--- Comment #1 from Robert Elliot <robert at teviotia.co.uk>  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.


More information about the slf4j-dev mailing list