Trace debug output


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

Syntax

Visual Basic (Declaration)
Protected Sub TraceWriteLine( _ 
   ByVal force As Boolean,  _ 
   ByVal text As String _ 
)
C#
protected void TraceWriteLine(
   bool force,
   string text
)
C++
protected:
 void TraceWriteLine(
   bool force,
   String text
) sealed 
J#
protected void TraceWriteLine(
   bool force,
   string text
)
JScript
protected  function TraceWriteLine(
   force : bool,
   text : String
)

Parameters

force
force output even if tracing is disabled
text
information to output

See Also