'Declaration
<BrowsableAttribute(True)> Public Property Debug As Boolean
'Usage
Dim instance As FormDirector Dim value As Boolean instance.Debug = value value = instance.Debug
'Declaration
<BrowsableAttribute(True)> Public Property Debug As Boolean
'Usage
Dim instance As FormDirector Dim value As Boolean instance.Debug = value value = instance.Debug
By default, the logfile will be written to "$(My Documents)\FormDirector1.log". However, the logfile can be written to the any local path by setting the DebugLogFile property.
The level of detail written to the log file can be controlled by setting the ErrorLevel property to the value desired.
Default Value: false