LogFile
- Updated2026-03-24
- 1 minute(s) read
A string containing the full file name, including path, of the Multisim log file.
Syntax
Property LogFile As String
Remarks
By default, this path is in the user's temp directory and is called MultisimLoad_date_time.log, where date_time is retrieved from the system.
This property is read/write, so the path may be changed, but only before connection is established. Attempting to write it after connecting to Multisim is not allowed and causes an error.
If the path is set to "none", logging is disabled.
Example
' Specify a file to use for the logfile
Dim MSApp As New MultisimInterface.MultisimApp
MSApp.LogFile = "C:\temp\msLogFile.log"