Accusoft.PdfXpressSdk Namespace > PdfXpress Class : DebugErrorLevel Property |
'Declaration <DescriptionAttribute("The current debug log error level setting.")> <CategoryAttribute("Debugging")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <BrowsableAttribute(False)> Public Property DebugErrorLevel As ErrorLevel
'Usage Dim instance As PdfXpress Dim value As ErrorLevel instance.DebugErrorLevel = value value = instance.DebugErrorLevel
[Description("The current debug log error level setting.")] [Category("Debugging")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public ErrorLevel DebugErrorLevel {get; set;}
[Description("The current debug log error level setting.")] [Category("Debugging")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public: __property ErrorLevel get_DebugErrorLevel(); public: __property void set_DebugErrorLevel( ErrorLevel value );
[Description("The current debug log error level setting.")] [Category("Debugging")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public: property ErrorLevel DebugErrorLevel { ErrorLevel get(); void set ( ErrorLevel value); }
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.