https://issues.apache.org/bugzilla/show_bug.cgi?id=45969

           Summary: SMTPAppender does not force evaluation message at time
                    of request
           Product: Log4j
           Version: 1.2
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Appender
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


SMTPAppender can place LoggingEvents into a queue for later processing, but
does not call LoggingEvent.getRenderedMessage() or
LoggingEvent.getThrowableStringRep() which would force immediate evaluation of
the message and throwable, so the eventual message may be affected by changes
in the message parameter or throwable that occur after the logging request.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to