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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.