Is it possible to email logs every x minutes using NLog?. if so, are there any examp开发者_开发技巧les.
thanks.
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.
精彩评论