0
我有一個目標NLOG:如何讓NLog解析文件內容渲染器的內容?
<target name="AspNetAsyncWrapperForMail" xsi:type="ASPNetBufferingWrapper">
<target name="mail" xsi:type="Mail"
subject="Error: ${callsite:includeSourcePath=False}"
smtpServer="MySMTP"
from="[email protected]"
to="[email protected]"
smtpAuthentication="None"
body="${date}${file-contents:${basedir}/error.html}"
html="true"/>
</target>
的error.html看起來是這樣的:
<div>
<b>Message</b>=${message}
</div>
我怎樣才能得到NLOG解析中的error.html的內容,使$ {}消息使用NLog規則渲染param?
只是爲了清楚。由於某些重大更改,這在版本2中不起作用。看這裏:http://nlog-forum.1685105.n2.nabble.com/CompiledLayout-GetFormattedMessage-Layout-Render-td6503485.html – sprinter252 2011-11-14 10:35:42