This information is for Vicon Shogun 1.7. For up-to-date help, see the latest Shogun documentation.

Vicon Shogun banner

Description

Clears the command Log window.

Functional area

System

Command syntax

Syntax

clearLog

Arguments

None

Flags

None

Return value

void

Examples

// Clear the command log window so the print statements we
// execute below will be the only things showing in the
// command log window.
clearLog;
print "Hello world";
print "Good-bye world";

Additional information

Related commands