[slf4j-dev] [Bug 243] New: XLogger entry, exit, etc. do not support non LocationAwareLoggers

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Wed Sep 14 18:11:43 CEST 2011


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

           Summary: XLogger entry, exit, etc. do not support non
                    LocationAwareLoggers
           Product: SLF4J
           Version: 1.6.x
          Platform: PC
        OS/Version: Mac OS X 10.3
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: slf4j-ext
        AssignedTo: slf4j-dev at qos.ch
        ReportedBy: git at netcc.us


Calls to entry, exit, etc. are silently ignored for non LocationAwareLoggers. 
These methods have an outer if statement that checks for instanceofLAL without
a corresponding else.

For example, see:

https://github.com/ceki/slf4j/blob/v_1.6.2/slf4j-ext/src/main/java/org/slf4j/ext/XLogger.java#L95

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