'Declaration
<BrowsableAttribute(True)> Public Property DebugLogFile As String
'Usage
Dim instance As FormDirector Dim value As String instance.DebugLogFile = value value = instance.DebugLogFile
'Declaration
<BrowsableAttribute(True)> Public Property DebugLogFile As String
'Usage
Dim instance As FormDirector Dim value As String instance.DebugLogFile = value value = instance.DebugLogFile
The level of detail written to the log file can be controlled by setting the ErrorLevel property to the value desired.
Default Value: "[path from TEMP environment variable]\FormDirector1.log"