You Can use Log4Net for Logging.
Log4net is an open source library that allows .NET applications to log output to a variety of sources (e.g., The console, SMTP or files).
Log4net provides a simple mechanism for logging information to a variety of sources. Information is logged via one or more loggers. These loggers provide 5 levels of logging:
1.Debug
2.Information
3.Warnings
4.Error
5.Fatal
Nagasundar_Tn, if this helps please login to Mark As Answer. |
Reply | Alert Moderator