LogFile Command: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


logFile $fileName <-append>
logFile $fileName <-append>
{{CommandManualMenu}}
logFile $fileName <-append>
to save the warning and error messages that the running script generates from the interpreter to an output file
given by $fileName. By default the file, if it exists prior to running, is overwritten with new data. If the -append option is provided the new data is appended to the end of the existing file.

Revision as of 17:12, 18 December 2013




logFile $fileName <-append>




logFile $fileName <-append>

to save the warning and error messages that the running script generates from the interpreter to an output file given by $fileName. By default the file, if it exists prior to running, is overwritten with new data. If the -append option is provided the new data is appended to the end of the existing file.