我想在 ELMAH 主题行中携带机器名称。正如在开发环境中想要跟踪机器错误来自哪个机器。所以我想用正确的机器名称实现主题行。我该做什么?
<elmah>
<errorMail name="exceptionMail"
from="devsupport@abc.co.in"
to="devsupport@abc.co.in"
async="true"
subject="Error log from [should come machine name here]"
smtpPort="0"
useSsl="true"/>
<security allowRemoteAccess="yes" />
</elmah>