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