ComponentSpace Trace Listeners .NET Class Library
The standard .NET diagnostic trace files can become unwieldy.
Published by ComponentSpace
Distributed by ComponentSource since 2002
Prices from: $ 97.02 Version: v1.6.0.2 Updated: Mar 25, 2006
Trace Listeners .NET Class Library includes a cyclic file trace listener that extends the System.Diagnostics.TraceListener class. The trace listener is fully configurable from your application’s XML configuration file. Also included are HTTP, SMTP and MSMQ trace listeners. Written in 100% managed C# code, the class library offers .NET developers sophisticated tracing options for their applications.
The cyclic file trace listener writes to a file (e.g. 00000.log) until it reaches a configurable size and then writes to the next file in the sequence (e.g. 00001.log). When you configure the cyclic file trace listener you may specify the folder location for the trace files, the trace file prefix, suffix and starting sequence number. Trace files are written to the specified directory and are named:
\.
You may also specify the maximum file size as well as the field separator for trace entries...