Compartir a través de


Windows Forms GUI based Trace Listener

Many times we find it difficult to view Trace information written from our Win Forms Application. Since we dont have a Trace.axd like Web Apps have.

I have created a simple UI based Trace Listener to debug / Trace information .
Displays all the Trace.Writeline's or Debug.Writelines in the entire Windows Forms Application to the WinForms Grid View Control. Check it out  in the Releases  zip file. Unzip and Run the Exe.

If this Windows form is included in an existing App, and kept open in the background, All the Applications Trace entries will be captured in the GridView Control.

https://wintrace.codeplex.com/ 

  • No need to look at EventLog / Xml file etc.
  • This code Library helps you View the Trace and debug entries.
  • You Can plug in to your WinForms App as well.

Needs.Net 2.0 or 3.5 and Above
Currently built using Vs 2008, c#, .Net 3.5