[slf4j-dev] [Bug 265] New: LocLoggers not working correctly with Markers

bugzilla-daemon at qos.ch bugzilla-daemon at qos.ch
Mon Jun 11 09:07:30 CEST 2012


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

           Summary: LocLoggers not working correctly with Markers
           Product: SLF4J
           Version: 1.6.x
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: slf4j-ext
        AssignedTo: slf4j-dev at qos.ch
        ReportedBy: campagna at esteco.com


There is a bug in org.slf4j.ext.LoggerWrapper which LocLogger
extends.

The logging request methods taking a Marker as first argument, invoke the wrong
method to determine if a logging request is enabled or not. For example,
methods for level INFO logging requests invoke isInfoEnabled() instead of
isInfoEnabled(marker).

This bug makes MarkerFilter turbo filters unusable when used together with
LocLoggers.

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