MGED CMD journal
From BRL-CAD
Revision as of 07:19, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =journal= __TOC__ ==Syntax== :journal [-d] [journal_file_name] ==Argument(s)== : ''' [-d]''' :: Optional. Includes delays between commands. : ''' [journal_file_nam...)
journal
Contents
Syntax
- journal [-d] [journal_file_name]
Argument(s)
- [-d]
- Optional. Includes delays between commands.
- [journal_file_name]
- Optional. File to log journaling to.
Return Value(s)
- No Return Values for this command.
Description
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)
- mged> journal journal_file
- Start journaling to journal_file.
See Also
Page Generated by David Loman on: 10/11/2007 at: 1:14:21 PM