Accusoft.ImagXpressSdk Namespace > ImagXpress Class : DebugErrorLevel Property |
'Declaration <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property DebugErrorLevel As DebugErrorLevel
'Usage Dim instance As ImagXpress Dim value As DebugErrorLevel instance.DebugErrorLevel = value value = instance.DebugErrorLevel
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public DebugErrorLevel DebugErrorLevel {get; set;}
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public: __property DebugErrorLevel get_DebugErrorLevel(); public: __property void set_DebugErrorLevel( DebugErrorLevel value );
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public: property DebugErrorLevel DebugErrorLevel { DebugErrorLevel get(); void set ( DebugErrorLevel value); }
The default value is Production.
Valid values are from the DebugErrorLevel enumeration which include Production, Development and Detailed..
This property allows you to control the amount of information that witten into the DebugLogFile.
Note: 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.
Note: This property will have no effect if you set the Debug property to false.