Accusoft.BarcodeXpressSdk Namespace : ErrorLevelInfo Enumeration |
'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
Member | Value | Description |
---|---|---|
Detailed | 2 | Place as much information into the BarcodeXpress.DebugLogFile as possible. You should use this option when you are tracking down a problem. |
Development | 1 | Place information into the BarcodeXpress.DebugLogFile that is useful during normal development using this component. |
Production | 0 | Place minimal information into the BarcodeXpress.DebugLogFile. |
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.
System.Object
System.ValueType
System.Enum
Accusoft.BarcodeXpressSdk.ErrorLevelInfo