TraceListenerFile :: Constructor |
01 | Constructs an object. |
02 |
[C++] TraceListenerFile(std::string const &nameBase, char const *namePath = 0); |
03 |
Parameters:
|
04 | If namePath has not been explicitly specified, the files will be created in the current path context of the process. |
05 |
If namePath is specified, it must contain the terminating path delimeter. Example: "D:\Semys\Traces\" If the delimeter is omitted, the files will be placed one directory hierachy above where intended, their names containing the last directory name. |
06 | The destination directory must exist. |
07 |
Reference: net::semys Implementation: Semys Architecture See Also: Arch Trace Sub-System, TraceListenerFile |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |