[ 
https://issues.apache.org/jira/browse/LOG4NET-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778124#action_12778124
 ] 

rams.rapo commented on LOG4NET-13:
----------------------------------

Hi,

I have a similar need in Java application. Can the fix be propagated to log4j 
implementation for Java. 
I'm using log4j 1.2.15 and had no luck passing run time parameters in subject 
line set by MDC.

<param name="Subject" value="Error from Application. Client IP - 
[%X{clientIP}], Server IP - [%X{serverIP}]" />


> Allow SMTPAppender to have replaceable parameters in Subject
> ------------------------------------------------------------
>
>                 Key: LOG4NET-13
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-13
>             Project: Log4net
>          Issue Type: Improvement
>          Components: Appenders
>    Affects Versions: 1.2.9
>         Environment: From sourceforge - 749620 - Jeremy Wiebe - jeropa
>            Reporter: Nicko Cadell
>             Fix For: 1.2.10
>
>
> It would be helpful to be able to have parameters that
> are replaced on a per-log event basis on the Subject
> line for the SMTPAppender.
> Example:
> I have multiple web servers running a .NET web service
> and all use log4net. When an error occurs, they use the
> SMTPAppender to notify me. It would be very useful to
> include the host name of the sender in the subject line
> so that I could easily determine which web server had
> an error instead of having to look into the email.
> In thinking more about this it could either be the
> Subject line or the From line that has replacable
> parameters. Perhaps even make it so that these
> properties can use the <layout> tag.
> Jeremy Wiebe - jeropa

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to