logApplicationError Method

Summary

Handles application-specific error messages.

Syntax
TypeScript
JavaScript
logApplicationError = function() 
logApplicationError( 
   errorType: ErrorType, 
   message: string 
): void; 

Parameters

errorType

The ErrorType that occurred.

message

The Error Message provided from LEADVIEW

Remarks

The default ILogger for LEADVIEW performs the following:

Example

For an example, refer to RunSettings.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.LEADVIEW Assembly