Accusoft.NotateXpressSdk Namespace > NotateXpress Class : DebugErrorLevel Property |
'Declaration <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property DebugErrorLevel As DebugErrorLevelInfo
'Usage Dim instance As NotateXpress Dim value As DebugErrorLevelInfo instance.DebugErrorLevel = value value = instance.DebugErrorLevel
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public DebugErrorLevelInfo DebugErrorLevel {get; set;}
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: __property DebugErrorLevelInfo get_DebugErrorLevel(); public: __property void set_DebugErrorLevel( DebugErrorLevelInfo value );
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property DebugErrorLevelInfo DebugErrorLevel { DebugErrorLevelInfo get(); void set ( DebugErrorLevelInfo value); }
The Debug property must be set to true for debug information to be logged to the DebugLogFile.
Setting the error level to Development or Detailed requires more resources, but offers more information than Production level.