Nlog - email logs every x minutes

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-25 01:23:13

问题


Is it possible to email logs every x minutes using NLog?. if so, are there any examples.

thanks.


回答1:


I doubt It, If I was you I would only email Logs of Error or Fatal level, if you what to email at specific times, just create a simple timer that emails the ErrorLog.txt File every x minutes.



来源:https://stackoverflow.com/questions/6531287/nlog-email-logs-every-x-minutes

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!