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: [email protected]
ReportedBy: [email protected]
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.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-dev