LogFile Command
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
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.