Is it possible to email logs every x minutes using NLog?. if so, are there any examples.
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. |
|||
|