Trace logging can be turned on for debugging purposes but be aware that it a speed penalty will occur.


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public enableTrace As Boolean
C#
public bool enableTrace;
C++
public:
 bool enableTrace sealed ;
J#
public bool enableTrace
JScript
public enableTrace : bool;

See Also