Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BC_ErrorLevels Enumeration
In This Topic
    BC_ErrorLevels Enumeration
    In This Topic
    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.