Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

Debug and trace logging tools for windows application

$
0
0

Hi,

I have developed a windows application for our company. The application is ready for release. Now, we need to include debug and trace logging for all our code and error logging when any runtime exceptions arise on customer's PC. We need our application to write regular trace logs to customer's PC and whenever a runtime error occurs on customer's PC, the application should send all required logs to our company's email address.

I explored regarding trace logging tools for .Net and found a list of tools in the linkhttp://www.dotnetlogging.com

With all the tools and libraries mentioned in this link, we should write our own trace using the methods in these libraries. I came to know about a toolVBWatch which is used for VB6 applications. This tool automatically writes all trace code for all the methods while building the application. So, our exe will be compiled with all this trace code. We need not write the trace code on our own. Whenever a runtime exception occurs on customer's PC, this VB Watch's dll/ocx, compresses all the log files along with error log and sends an email to the given email id.

So, we want to use a trace logging application similar to this VB Watch which automatically writes all the trace code. So that this reduces writing the trace on our own for all methods.

Please suggest if there is any tool similar to VB Watch for a .Net windows application.

Thanks in Advance!


Viewing all articles
Browse latest Browse all 12583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>