Arch Sub-System: Trace - TraceListenerFile |
| 01 | A TraceListener that writes trace messages into a ring of text files. |
| 02 |
[C++] class TraceListenerFile: public TraceListener |
| 03 |
Public Methods
|
| 04 | This trace listener writes traces into a ring of text files. If the last file has been written, the listener starts to overwrite the oldest files, beginning with the second file, preserving the very first file. |
| 05 | The first trace file is preserved to keep startup information that might be usefull when examining later traces. |
| 06 |
The name of the file is made up with the following parts: NameBase + "_" + DateOfStart + "_" + ProcessId + "_" + FileCounter + ".trace"
|
| 07 | The files are created in the path context of the application or at an explicitly specified location (set at construction time). |
| 08 | The first file will be created with the first trace output. |
| 09 |
Reference: net::semys Implementation: Semys Architecture See Also: Trace Sub-System |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |