log errors

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

I have a web app written in c#. is there an universal way to all log errors
(sql, asp.net, server errors...)?

Thanks
Aaron
 
You should look into something called log4net which is an open source
alternative.

http://logging.apache.org/log4net/

We use that company-wide here with different departments and projects, and
it's very extensible and customizeable. The configurations are xml based and
immensely featurefull.

Regards,
Sondre Bjellås
 
Back
Top