Member | Value | Description |
---|---|---|
PDF_ErrorLevel_Detailed | 2 | Place as much information into the debug log file as possible. You should use this option when you are tracking down a problem. |
PDF_ErrorLevel_Development | 1 | Place information into the debug log file that is useful during normal development using this toolkit. |
PDF_ErrorLevel_Production | 0 | Place minimal information into the debug log file. |
The default value is Production.
This enumeration allows you to specify the amount of detail to place into the debug log file.