setTraceOutPut

Sets trace’s switch. It is output on the console.

Syntax

  • C#: None
  • Ruby: setTraceOutPut(val)
  • Python: setTraceOutPut(val)

 

Parameters

  • val: output switch

true: output on

false: output off

 

Return

None

Examples

C#

None

 

Ruby

 

Python