Hi everyone!
I need a lightweight logging library for ASP.NET MVC2. It only needs to support storage of messages in the database and sending emails for critical errors.
What do you recommend besides log4net?
Thank you.
Hi everyone!
I need a lightweight logging library for ASP.NET MVC2. It only needs to support storage of messages in the database and sending emails for critical errors.
What do you recommend besides log4net?
Thank you.
I would recommend ELMAH. It is very easy to deploy, and makes lots of features, among them the ones you mention, available. You basically just drop a dll or two in the bin folder, add a couple of things in web.config and it's done.