Suggest any Error Logging facility for Winforms application for writing error in a remote database
Posted
by amexn
on Stack Overflow
See other posts from Stack Overflow
or by amexn
Published on 2010-04-16T10:55:03Z
Indexed on
2010/04/16
11:03 UTC
Read the original article
Hit count: 983
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 Logging for Winforms application & to store in a remote database.
© Stack Overflow or respective owner