Does raygun have nlog plugin?
Vlad K
Posted on
Dec 13 2013
Hi there, is there nlog plugin for raygun to use in .net environment? We already have extensive error logging in nlog and it would be nice to plug raygun in without having to do code changes.
Thanks.
John-Daniel Trask
Raygun
Posted on
Dec 13 2013
Hi Vlad,
Unfortunately not, although I wouldn't think it's too hard to write a plugin for nlog that simply called the RaygunClient to send the errors to us. If you do it, let us know - be happy to draw some attention to it! :-)
Kind regards,
John-Daniel Trask
Co-founder
Mindscape Limited
KennyBu
Posted on
Jul 19 2014
Hey guys I created a simple NLog Target for RayGun here: https://github.com/KennyBu/NLog.Raygun
Let me know what you think.