...
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 | ||
---|---|---|
| ||
//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
...