Command: LogfileWrite
- Updated2024-09-12
- 1 minute(s) read
Command: LogfileWrite
Command: LogfileWrite
Inserts a text at the end of the current logfile
Input Parameters
LogfileLine |
Specifies the text that DIAdem writes into a text file. |
Example
The following example inserts a comment at the end of the logfile and opens the logfile in the editor.
| VBScript | Python |
Call LogFileWrite("Testing") Call LogFileBrowser

