Accusoft.PdfXpress7.Net
ErrorLevel Property




The error level of items that the toolkit should write to the debug log file.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<ObsoleteAttribute("This property is obsolete, please use the DebugErrorLevel property instead.")>
<CategoryAttribute("Debugging")>
<DescriptionAttribute("The current debug log error level setting.")>
<BrowsableAttribute(False)>
Public Property ErrorLevel As ErrorLevel
'Usage
 
Dim instance As PdfXpress
Dim value As ErrorLevel
 
instance.ErrorLevel = value
 
value = instance.ErrorLevel
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[ObsoleteAttribute("This property is obsolete, please use the DebugErrorLevel property instead.")]
[CategoryAttribute("Debugging")]
[DescriptionAttribute("The current debug log error level setting.")]
[BrowsableAttribute(false)]
public ErrorLevel ErrorLevel {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[ObsoleteAttribute("This property is obsolete, please use the DebugErrorLevel property instead.")]
[CategoryAttribute("Debugging")]
[DescriptionAttribute("The current debug log error level setting.")]
[BrowsableAttribute(false)]
public: __property ErrorLevel get_ErrorLevel();
public: __property void set_ErrorLevel( 
   ErrorLevel value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[ObsoleteAttribute("This property is obsolete, please use the DebugErrorLevel property instead.")]
[CategoryAttribute("Debugging")]
[DescriptionAttribute("The current debug log error level setting.")]
[BrowsableAttribute(false)]
public:
property ErrorLevel ErrorLevel {
   ErrorLevel get();
   void set (    ErrorLevel value);
}
Remarks

This property allows you to control the amount of information that the toolkit places into a debug log file. Since it takes some amount of time to generate and write debug log items, you should set this 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 you set the Debug property to false.

See Also

Reference

PdfXpress Class
PdfXpress Members
ErrorLevel Enumeration

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback