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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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

Reply via email to