[slf4j-dev] [Bug 208] New: Markers do not filter properly on Loggers derived from LoggerWrapper.

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Fri Dec 3 06:13:43 CET 2010


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

           Summary: Markers do not filter properly on Loggers derived from
                    LoggerWrapper.
           Product: SLF4J
           Version: 1.6.x
          Platform: PC
        OS/Version: Mac OS X 10.3
            Status: NEW
          Severity: critical
          Priority: P1
         Component: slf4j-ext
        AssignedTo: slf4j-dev at qos.ch
        ReportedBy: rgoers at apache.org


LoggerWrapper's info methods that accept a Marker parameter calls
logger.info().  This causes the log level to be checked without evaluating any
Markers. Other filters may then reject the event even though it should have
been accepted. The logger methods should be changed to call
logger.info(marker), etc.


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