[slf4j-dev] [Bug 20] New: JDK 1.4 logger adapter drops support logger name
bugzilla-daemon at gil.qos.ch
bugzilla-daemon at gil.qos.ch
Wed Apr 19 17:05:40 CEST 2006
http://bugzilla.slf4j.org/show_bug.cgi?id=20
Summary: JDK 1.4 logger adapter drops support logger name
Product: SLF4J
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Implementations
AssignedTo: dev at slf4j.org
ReportedBy: sbate at smart-trade.net
The JDK14LoggerAdapter calls the j.u.l.Logger.log(LogRecord) method to log
messages. This method bypasses the doLog() private methods that initialize the
logger name in the LogRecord. The adapter doesn't set this value so the logger
name is not passed to handlers, formatters, and so on.
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the slf4j-dev
mailing list