[slf4j-dev] [Bug 196] incompatible with ReportNG

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Fri Aug 13 19:52:21 CEST 2010


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


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-08-13 19:52:21 ---
If ReportNG has that strong a dependency on Log4J that it's trying to set the
additivity of a category then I would say it's a hard dependency and not
suitable for piping to SLF4J.

Think of it as a library in a webapp that casts HttpServletRequest to a Tomcat
specific implementation. If your webapp depends on that library then you're
stuck with Tomcat. 

Log4j over slf4j is only meant to work with libraries that use the simplest
methods on log4j - ie Logger.getLogger and then the trace/debug/info/warn/error
methods. It isn't meant to support the whole log4j api. 


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