Hi

Is there an off the shelf system available that can be incorporated into
.net app to log and possibly report via email the errors in an app?

Thanks

Regards

Re: Error logging and reporting by Bill

Bill
Thu Mar 13 16:23:17 CDT 2008

http://www.codeproject.com/KB/exception/ExceptionHandling.aspx?fid=66871&fr=76&df=90&mpp=25&noise=3&sort=Position&view=Quick#xx0xx

And it's free... The only problem I have come across is when doing
multi-threaded apps it doesn't work.

On Mar 13, 3:46 pm, "John" <J...@nospam.infovis.co.uk> wrote:
> Hi
>
> Is there an off the shelf system available that can be incorporated into
> .net app to log and possibly report via email the errors in an app?
>
> Thanks
>
> Regards


Re: Error logging and reporting by martin

martin
Sun Mar 16 13:23:01 CDT 2008

try log4net and its smtpappender

John wrote / wrote:
> Hi
>
> Is there an off the shelf system available that can be incorporated into
> .net app to log and possibly report via email the errors in an app?
>
> Thanks
>
> Regards
>
>