ComponentSpace Trace Listeners .NET Class Library
표준 .NET 진단 추적 파일은 다루기 어려울 수 있습니다.
ComponentSpace사에서 공개
2002년 부터 ComponentSource에서 판매중
가격: ₩ 141,000 버젼: v1.6.0.2 업데이스 날짜: 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...