[slf4j-dev] [Bug 133] Add ability to log at a dynamic level

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Wed Jun 10 17:19:04 CEST 2009


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


Ceki Gulcu <listid at qos.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |listid at qos.ch
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #2 from Ceki Gulcu <listid at qos.ch>  2009-06-10 17:19:04 ---
Hi Robert,

Thank you for your contribution. 

SLF4J does not have a concept of standalone levels existing independently of a
logger. You have circumvented this particular SLF4J limitation by using
integers in place of a proper Level class, but that's just a hack. 

If you need to access levels, you can directly use the primitives offered by
the underlying framework.

As such, I am closing this entry as WONTFIX. By the way, could you kindly
describe how a log method taking a level as parameter is useful?  I could
imagine how this could be useful in a logging product, but in an application?


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