Variable: LogfileReset
- Updated2024-09-12
- 1 minute(s) read
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.
VBScript | Python |
PartToReserve = 10 LogFileReset = 200 Call LogfileBrowser
Related Topics
Variable: FileLine | Variable: LogfileEditName | Variable: PartToReserve