Indicate whether errors should be logged to the console.
Object.defineProperty(DocumentFactory.prototype, 'logErrors',
get: function(),
set: function(value)
)
static logErrors: boolean;
true if errors should be logged to the JavaScript "console" object; otherwise, false. Default value is true.
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 Documents service to the JavaScript "console" object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET