Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The command logging file captures the output of the Shogun the Shogun Post Log, storing all Shogun all Shogun Post command feedback.

The command logging file is specified in the Directories section of the Preferences dialog or via the command setLogFile.

...

Return value

string

Examples

Code Block
languagetext
//get the path of the command logging file into a variable

...


string $lf = `getLogFile`;

...


 

...

//print the path to the log

...


print $lf;

Additional information

Related commands

...