| |
 |  |  |
 | Command |  | Argument |  | Datatype |  | Default |
 | Min |
 | Max |  |  |
 | Format: |
 | RecordLog |
| Filename = Log filename, |  | STRING |  |
- |  | - |  | - |  |  | |  |
| | append = Yes | No |  | STRING |  | No |
 | - |
 | - |  |  |
 | Python: |
 | RecordLog(filename,append=None) |
 |  |  | Menu: |  | Options > Log > Record |  |  |  | Related: |
 | StopLog
, LogAs, RecordMacro
|  |  |
 | Required: |  |  |  |
 |
A log contains the entire output printed to the console.
If you switch the console
off, only the output of commands will be printed and recorded.
Example 1:
RecordLog my
Save all console output to log/my.log (or just my.log if subdirectory log is not present).
Example 2:
RecordLog my2,append=Yes
Save all output to log/my2.log, appending to existing file.
|