How to use Log4Net in asp.net?
Log4Net is used to log messages into a file in system drive as well as it will send Email. There are 5 levels of Logging like
Debug
Information
Warnings
Error
Fatal
You can download the library from this URL http://logging.apache.org/log4net/index.html
Step-1: After...
[read more]
Here is another similar article on codeproject.com by Suman Kumar explaining how to use log4net:
How to use log4net
By GeorgeH on August 8, 2011 10:11PM