SoftWx.Diagnostics

A library to aid in creating robust programs
Download

SoftWx.Diagnostics Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • SoftWx Inc
  • File Size:
  • 408 KB

SoftWx.Diagnostics Tags


SoftWx.Diagnostics Description

The SoftWx Diagnostics project was developed to be a library to aid in creating robust programs. The library is written in C#, and can be used with WinForm and WebForm applications. The library is compatible with .NET 1.1 and .NET 2.0. The important classes are: TraceManager - provides centralized access and control over .NET's Trace class. Dbc - allows you to easily add basic design by contract checking to your methods. QueueTraceListener - a fixed size, in-memory log of Trace output. Together, these classes let you instrument your application for dynamic monitoring. In the interest of performance, much of this monitoring can be excluded through conditional compilation (the library uses the attribute, so you don't have to surround your using code with conditionals), or left in the assemblies and enabled or disabled dynamically.


SoftWx.Diagnostics Related Software