Barcode Xpress for .NET Framework v13.9 - Updated
ErrorLevelInfo Enumeration




Accusoft.BarcodeXpressSdk Namespace : ErrorLevelInfo Enumeration
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

Reference

Accusoft.BarcodeXpressSdk Namespace
DebugLogFile Property
ErrorLevel Property

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