SoftWx.Diagnostics C# .NET library Copyright © 2003-2007 SoftWx, Inc. All rights reserved. version 1.3 build 2684 (May 8 2006) This library and related files and documentation are licensed under the BSD license. A copy of this license is included in the distribution, and is available at http://www.softwx.com/code/license.txt Support Contact opensource@softwx.com Project Website http://www.softwx.com/code/csharp/diagnostics.html This library started out during .net 1.1. In .net 2.0 and 3.0, additional classes have been added to System.Diagnostics that provide much of the functionality lacking in 1.1 which originally prompted the writing of SoftWx.Diagnostics. In the future, I'd like to make the Dbc and QueueTraceListener classes aware of the newer features of System.Diagnostics, especially the TraceSource class and the TraceOptions enumeration. KNOWN BUGS AND ISSUES None I'm aware of. VERSION HISTORY v. 1.3 build 2684 May 8 2006 Replaced ValueServer class with localization resource file Changed Dbc methods to take an object parameter for descriptions instead of strings Added a Desc class for Dbc argument descriptions when obfuscation is desired Included the project file missing in earlier releases v. 1.2 build 2512 Nov 17 2006 Removed circular reference between Dbc and TraceManager. Renamed project and solution file from Diagnostics to SoftWx.Diagnostics. v. 1.2 build 2510 Nov 15 2006 Initial public version (the library has been in use internally for a few years).