logErrors Property (original) (raw)
Summary
Indicates whether errors should be logged to the console.
Syntax
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.
Leadtools.Document Assembly