SAVE LOG <SESSION> AS file_name ASCII|HTML <OK>
Optional. Specifies that only log entries for the current session should be saved.
Specifies the name of the output file and the formatting for the file. If you specify ASCII, or no value, the file will be written as a plain text ASCII file. If you specify HTML, the file will be written as a formatted HTML file.
Optional. Specifies that if a file with the same name exists it will be overwritten without confirmation.
Saves the active log in delimited text or HTML format for use in another program. The SESSION parameter can be used to specify that only the active session should be saved.
You should use .txt as the file extension for ASCII files, and .htm or .html for HTML files. If you omit the extension for file_name .txt is used for ASCII files and .htm is used for HTML files.
The following example saves the entries from the current ACL session to an HTML file. If a file with the same name already exists it is overwritten without confirmation.
SAVE LOG SESSION AS C:\Payables_March_Log.htm HTML OK