Tracer :: Constructor

01 Constructs a Tracer object.
02

[C++] Tracer(char const *scope);
[C#] Tracer();
[C#] Tracer(string scope);

03 Parameters:
  • scope: Scope name.
04 [C++] The scope string must be valid for the lifetime of the Tracer object.
05 [C#] Passing no scope parameter will set the scope to the name of the method that created the object. Format: "ClassName.MethodName()"
06 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Trace Sub-System, Tracer

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.