by ComponentSpace - 製品のタイプ: コンポーネント / .NET Class / 100% Managed Code
この商品については、日本語の説明書きはございません。
The standard .NET diagnostic trace files can become unwieldy. 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.
一般向け価格については下記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
| カートに追加 | ¥ 27,615 (税込) | 1 Developer License | ダウンロード (479 KB) | |
| カートに追加 | ¥ 41,580 (税込) | 4 Developer License | ダウンロード (479 KB) | |
| カートに追加 | ¥ 55,440 (税込) | 8 Developer License | ダウンロード (479 KB) | |
| カートに追加 | ¥ 69,300 (税込) | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) | ダウンロード (479 KB) | |
| カートに追加 | ¥ 138,810 (税込) | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) with Source Code | 要確認 | ダウンロード (525 KB) |
| カートに追加 | ¥ 13,755 (税込) | 1 Developer Premium Support License | ダウンロード (29 KB) |
すべてのご注文にて弊社標準の 契約条件および返品条件の内容が適用されます。
一般向け価格については上記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
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, and whether timestamps, process and thread identifiers, and the callers class and method name are automatically included with each trace entry. Of course, you may also configure all these properties at runtime from within your code if you choose. In the following example trace entry only the last field was written by the calling application. The trace listener automatically included all other fields.
07/04/2002 9:24:03 AM, 14220/12972, TestTraceListeners.MainForm.buttonTrace_Click, This is test #1.
The HTTP trace listener uploads trace entries to a configured URL. The SMTP trace listener sends trace entries to a configured email address. The MSMQ trace listener puts trace entries on a configured queue.
Main Features