Accusoft.BarcodeXpress9.Net
ErrorLevelInfo Enumeration
See Also  Send Feedback
Accusoft.BarcodeXpressSdk Namespace : ErrorLevelInfo Enumeration




Glossary Item Box

Defines the amount of error information to write to the BarcodeXpress.DebugLogFile.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.