TraceLogMaxLineCount |
Top Previous Next |
×V3.0Ø
Valid for: SetStartup
Syntax - SetStartup TraceLogMaxLineCount <Count> Where: <Count> is an integer or a variable containing an integer.
Description: This option specifies the maximum number of lines that should be written to the trace file specified by TraceLogFile. Once the maximum number of lines has been written, EMUE will stop writing to the trace file. By default, the maximum line count is zero, which means that there is no limit. This option values the Trace Log Max Line Count text box on the Debugging and Logging tab on the EMUE Tools - Current Settings - Option Settings window.
Note: This value is optional.
Sample: The following statement instructs EMUE to write all activity to file "C:\EMUE\Trace.txt" SetStartup TraceLogMaxLineCount 10000
See Also:
|