log4net •  C++ •  VB6 •  VBA •  .NET  •  Silverlight •  Windows Phone 7 •  ASP.NET

Universal Trace Monitor for Software Developers and Testers

DevTracer – Trace Monitor for .NET

DevTracer is a trace monitor for software developers. It supports all development environments which support COM (Component Object Model) or the Microsoft .NET platform. It was developed with .NET and is 100% managed code.

DevTracer provides a TraceLister. Classes Trace and Debug with methods Write, WriteLine, Indent, and Unindent can be used to issue trace information. You can also use it together with TraceSource, which privides some powerful filtering.

Some benefit and features for .NET developers

  • Multi Threaded Applications

    Solve problems like race conditions.

  • Remote Monitoring

    Monitor trace output on a remote computer.

  • Real Time Monitoring

    Trace information is displayed in real time.

  • Support for all types of applications

    Use DevTracer for desktop applications (Windows Forms, WPF), web services, windows sevices, ASP.NET ...

Adding tracing capabilities to a ASP.NET application is fairly trivial. Either add some lines to the WEB.CONFIG configuration file, or add a class to your ASP.NET project and use reflection.

More information about DevTracer in general can be found on our home page. Technical information about using DevTracer with .NET can be found here.

Download the free trial version on our download page. You can use it for 30 days. The trial version has all features of the full version.