问题
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