Gets and sets level for items to be written to the debug log file.
Read-write property
Visual Basic |
---|
Public Property ErrorLevel() As SF_ErrorLevel |
The default value is Production.
Valid values are from the SF_ErrorLevel enumeration which includes Production, Development and Detailed.
Note: This property allows you to control the amount of information that is written into the DebugLogFile.
Since it takes some amount of time to generate and write debug log items, you should set this to write the least amount of information that you will find useful.
This property will have no effect if you set the Debug property to False.