
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@qos.ch ReportedBy: rgoers@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.