DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Variable: LogfileReset

Variable: LogfileReset

Specifies the maximum number of messages that DIAdem records in a logfile. When the logfile exceeds this number, DIAdem deletes all messages in the logfile.

Definition LogfileReset, Word variable
20 <= LogfileReset <= 65535
Note  Use the PartToReserve variable to specify which percentage of the messages DIAdem does not delete at the end of the logfile.

Example

The following example deletes 90 percent of the logfile after 200 messages. The script displays the remaining messages.

VBScriptPython

 

PartToReserve  =  10
LogFileReset   = 200
Call LogfileBrowser 

Related Topics

Variable: FileLine | Variable: LogfileEditName | Variable: PartToReserve

Used by

DIAdem Settings: Logfile | Program Variables in Commands

Was this information helpful?