Accusoft.Forms1 - Updated
ErrorLevelInfo Enumeration



Accusoft.BarcodeXpressSdk Namespace : ErrorLevelInfo Enumeration
Defines the amount of error information to write to the BarcodeXpress.DebugLogFile.
Syntax
<BrowsableAttribute(True)>
Public Enum ErrorLevelInfo 
   Inherits System.Enum
Dim instance As ErrorLevelInfo
[Browsable(true)]
public enum ErrorLevelInfo : System.Enum 
[Browsable(true)]
public enum class ErrorLevelInfo : public System.Enum 
Members
MemberDescription
DetailedPlace as much information into the BarcodeXpress.DebugLogFile as possible. You should use this option when you are tracking down a problem.
DevelopmentPlace information into the BarcodeXpress.DebugLogFile that is useful during normal development using this component.
ProductionPlace 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

Reference

Accusoft.BarcodeXpressSdk Namespace
DebugLogFile Property
ErrorLevel Property