Accusoft.BarcodeXpress9.Net
ErrorLevel Property
See Also  Example Send Feedback
Accusoft.BarcodeXpressSdk Namespace > BarcodeXpress Class : ErrorLevel Property




Glossary Item Box

This propery is deprecated, use the property DebugErrorLevel instead. Gets and sets the error level of items that the component should write to the debug log file.

Syntax

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

Property Value

The ErrorLevel enumeration value set.

Remarks

This property allows you to control the amount of information that the component places into the DebugLogFile. Since it is expensive to generate and write debug log items, set this property to write the least amount of information that you will find useful.

Valid values: Production, Development and Detailed.

Default value: Production

Note: This property will have no effect if the Debug property is set to false.

Example

C#Copy Code
...
// Set the ErrorLevel of the debugging to Development
bcXpress.ErrorLevel = Accusoft.BarcodeXpressSdk.ErrorLevel.Development;
...

See Also

©2013. Accusoft Corporation. All Rights Reserved.