Last post Jun 22, 2013 08:47 AM by Ruchira
Member
44 Points
158 Posts
Jun 21, 2013 01:35 PM|Ibangajnr|LINK
Hi. Is there any error logging framework I can use for my application. It should log to SQL database and send an email notification. Thanks
All-Star
35159 Points
9075 Posts
Jun 21, 2013 02:49 PM|smirnov|LINK
https://code.google.com/p/elmah/
Contributor
4240 Points
3250 Posts
Jun 21, 2013 03:07 PM|smiling4ever|LINK
I'd recommend log4net
nuget.org/packages/log4net
52793 Points
9695 Posts
MVP
Jun 22, 2013 08:47 AM|Ruchira|LINK
Hello,
Ibangajnr Is there any error logging framework I can use for my application
Yeah. Use log4net.
Ibangajnr It should log to SQL database and send an email notification.
You can configure AdoNetAppender to log to SQL database and SmtpAppender to send an e-mail notification, in log4net.
Please 'Mark as Answer' if this post helps you
Member
44 Points
158 Posts
Error Logging to Database and email
Jun 21, 2013 01:35 PM|Ibangajnr|LINK
Hi. Is there any error logging framework I can use for my application. It should log to SQL database and send an email notification. Thanks
All-Star
35159 Points
9075 Posts
Re: Error Logging to Database and email
Jun 21, 2013 02:49 PM|smirnov|LINK
https://code.google.com/p/elmah/
Contributor
4240 Points
3250 Posts
Re: Error Logging to Database and email
Jun 21, 2013 03:07 PM|smiling4ever|LINK
I'd recommend log4net
nuget.org/packages/log4net
All-Star
52793 Points
9695 Posts
MVP
Re: Error Logging to Database and email
Jun 22, 2013 08:47 AM|Ruchira|LINK
Hello,
Yeah. Use log4net.
You can configure AdoNetAppender to log to SQL database and SmtpAppender to send an e-mail notification, in log4net.
Please 'Mark as Answer' if this post helps you
My Tech Blog