Suggest any Error Logging facility for Winforms application for writing error in a remote database
My team working in a project using Winforms application(c#) & MSSQL 2005 as database.
When I searched the goggle,I found ELMAH, NLog & log4net.I didn't have enough knowledge to implement in Winforms application.
Please suggest any reference/library for writing Error Loggin开发者_运维问答g for Winforms application & to store in a remote database.
My view is that you should read the docs on log4net. It's a very good logging tool that supports a variety of outputs.
It will log your information to a database with relative ease once you get initial configuration done.
Have a read at this link for a quick start:
Fast track to Log4Net
精彩评论