http://bugzilla.slf4j.org/show_bug.cgi?id=196
Robert Elliot <rob...@teviotia.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rob...@teviotia.co.uk --- Comment #1 from Robert Elliot <rob...@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. _______________________________________________ slf4j-dev mailing list slf4j-dev@qos.ch http://qos.ch/mailman/listinfo/slf4j-dev