logErrors Property

Summary

Indicates 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 22.0.2023.2.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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