OverwriteTraceLog

Top  Previous  Next

×V3.0Ø

S

A

W

WS

ü

ü

Valid for: SetStartup

 

Syntax -

SetStartup OverWriteTraceLog {"Yes" | "No"}

 

Description:

This option is used to determine if the trace log is to be overwritten each time EMUE processes the script. If OverWriteTraceLog is set to No, then any new activity will be appended to the log file if it already exists.  If time and date stamps are used in the name of the activity log, then this option does not matter because each time the script runs, a new file will be created.  If this option is not set the default value is No, which will cause new information to be appended to the file specified by TraceLogFile.  This option sets the Overwrite Trace Log checkbox on the Debugging & Logging Activity tab of the EMUE Tools - Current Settings - Option Settings dialog.

 

Sample:

       The following statement instructs EMUE to overwrite the activity log with each script execution.

SetStartup OverWriteTraceLog "Yes"

 

See Also:

TraceLogFile

TraceLogMaxLineCount