casAppendToLogFile
layoutXL casAppendToLogFile boolean { t | nil }
Description
Appends the report from a new CAS run to the specified log file.
The default is nil, which means the existing log file is cleared of all the information from the previous CAS run and populated with the information from the new run.
GUI Equivalent
|
Connectivity – Check – Against Source (Check Against Source Form) |
|
Examples
envGetVal("layoutXL" "casAppendToLogFile")
envSetVal("layoutXL" "casAppendToLogFile" 'boolean t)
envSetVal("layoutXL" "casAppendToLogFile" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top