Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / ErrorLevelInfo Enumeration




In This Topic
    ErrorLevelInfo Enumeration
    In This Topic
    Defines the amount of error information to write to the BarcodeXpress.DebugLogFile.
    Syntax
    'Declaration
     
    <BrowsableAttribute(True)>
    Public Enum ErrorLevelInfo 
       Inherits System.Enum
    'Usage
     
    Dim instance As ErrorLevelInfo
    [Browsable(true)]
    public enum ErrorLevelInfo : System.Enum 
    [Browsable(true)]
    __value public enum ErrorLevelInfo : public System.Enum 
    [Browsable(true)]
    public enum class ErrorLevelInfo : public System.Enum 
    Members
    MemberValueDescription
    Detailed2Place as much information into the BarcodeXpress.DebugLogFile as possible. You should use this option when you are tracking down a problem.
    Development1Place information into the BarcodeXpress.DebugLogFile that is useful during normal development using this component.
    Production0Place minimal information into the BarcodeXpress.DebugLogFile.
    Remarks

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

    The default value is Production.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Accusoft.BarcodeXpressSdk.ErrorLevelInfo

    See Also