MGED CMD journal
From BRL-CAD
journal[edit]
Contents
Syntax[edit]
- journal [-d] [journal_file_name]
Argument(s)[edit]
- [-d]
- Optional. Includes delays between commands.
- [journal_file_name]
- Optional. File to log journaling to.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "journal" command starts or stops the journaling of MGED commands to a file. If executed with no arguments, the command stops journaling. If journal_file_name is provided, that file will become the recipient of the journaling. If a -d option is also provided, the journaling will include the delays between commands. Journaling is off by default.
Example(s)[edit]
- mged> journal journal_file
- Start journaling to journal_file.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 1:14:21 PM