Accusoft BarcodeXpress v13.9 - Updated
BC_ErrorLevels Enumeration
AccusoftBarcodeXpress13 ActiveX DLL : BC_ErrorLevels Enumeration
Description

Defines the amount of error information to write to the DebugLogFile.

Members
MemberValueDescription
BC_Detailed2Place as much information into the DebugLogFile as possible. You should use this option when you are tracking down a problem.
BC_Development1Place information into the DebugLogFile that is useful during normal development using this component.
BC_Production0Place minimal information into the DebugLogFile.
Remarks

The default value is BC_Production.

This enumeration allows you to specify the amount of detail to place into the DebugLogFile and can be set by the DebugErrorLevel property.

Is this page helpful?
Yes No
Thanks for your feedback.