Accusoft.FormDirector3.Net - Updated August 4, 2020
DebugLogFile Property




Accusoft.FormDirectorSdk Namespace > FormDirector Class : DebugLogFile Property
A property to control the full path of the log file which will be written if the Debug property is true.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Property DebugLogFile As String
 
'Usage
 
Dim instance As FormDirector
Dim value As String
 
instance.DebugLogFile = value
 
value = instance.DebugLogFile
Remarks

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"

See Also

Reference

FormDirector Class
FormDirector Members
Debug Property
ErrorLevel Property