[slf4j-dev] [Bug 242] New: log4j-over-slf4j silently ignores Throwables in some cases

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Wed Sep 14 18:08:02 CEST 2011


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

           Summary: log4j-over-slf4j silently ignores Throwables in some
                    cases
           Product: SLF4J
           Version: 1.6.x
          Platform: PC
        OS/Version: Mac OS X 10.3
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: log4j-over-slf4j
        AssignedTo: slf4j-dev at qos.ch
        ReportedBy: git at netcc.us


For non LocationAwareLoggers, Throwables are silently ignored.  See:

https://github.com/ceki/slf4j/blob/v_1.6.2/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java#L181

For trace(Object message, Throwable t), the Throwable is silently ignored. 
See:

https://github.com/ceki/slf4j/blob/v_1.6.2/log4j-over-slf4j/src/main/java/org/apache/log4j/Logger.java#L75

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