Accusoft.BarcodeXpress11.Net
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
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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback