AccusoftImagXpress13 ActiveX DLL : IX_DebugErrorLevel Enumeration |
Member | Value | Description |
---|---|---|
IX_DebugErrorLevel_Detailed | 2 | Writes as much information into the debug log file as possible. Use this option when you are tracking down a problem. |
IX_DebugErrorLevel_Development | 1 | Writes information into the debug log file that is useful during normal development. |
IX_DebugErrorLevel_Production | 0 | Writes minimal information into the debug log file. |
The default value is IX_DebugErrorLevel_Production.
Set this value using the DebugErrorLevel property.