TraceLogFile

Top  Previous  Next

×V3.0Ø

S

A

W

WS

ü

Valid for: SetStartup

 

Syntax -

SetStartup TraceLogFile <FilePathAndName>

       Where:

               <FilePathAndName> is a literal string.

 

Description:

This option specifies the full path and file name where EMUE records the data from the processing of TRACE commands.  This must consist of a path and file name that is accessible to the workstation on which EMUE is running.  If the path does not exist, EMUE will create it.  This option values the Trace File Name text box on the Debugging and Logging tab on the EMUE Tools - Current Settings - Option Settings window.  If no value is provided for this option, EMUE will not create or write a trace file.

 

Note: This value is optional.

 

Note: The following key terms may be used in the name of this file.  These terms will be valued when the processing of the script begins and the values will be used in the name of the file:

#TIME# or #NOW# is replaced with the current time.

#DATE# or #TODAY# is replaced with the current date.

#INPUTFILENAME# is replaced with the current input file name without path or extension.

#SCRIPTFILENAME# is replaced with the name of the script file without path or extension.

#SCRIPTFOLDER# is replaced with the name of the folder path where the current script file is located.

 

Sample:

       The following statement instructs EMUE to write all activity to file "C:\EMUE\Trace.txt"

SetStartup TraceLogFile "C:\EMUE\Trace.txt"

 

See Also:

TraceLogMaxLineCount

OverwriteTraceLog