logErrors Property

Summary

Indicate whether errors should be logged to the console.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentFactory, 'logErrors', 
   get: function(), 
   set: function(value) 
) 
static logErrors: boolean; 

Property Value

true if errors should be logged to the JavaScript "console" object; otherwise, false. Default value is true.

Remarks

When the value of LogErrors is set to true (the default value), then the library will log the description message of any errors that may occur from calling the Document service to the JavaScript "console" object.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.