Please enable JavaScript to view this site.

QPR Knowledge Base 2019.1

Navigation: Developer's Guide > QPR API > The Object Model > QPR Metrics > SCApplication Commands

WriteLog

Scroll Prev Top Next More

Revision history:

Introduced in QPR 7.2.1

 

Writes an entry to QPR Metrics client's log.

 

Synopsis:

 

SCApplication.WriteLog(Module, Message, ErrorCode)

 

Parameters:

 

Module: String. Used to identify the location where the message was written or where some error occurred.

Message: String. Message text

ErrorCode: Integer. Value -1 indicates error that is written to log in all cases

 

Required Rights:

 

None.

 

Return Values:

Below are listed the return values that this function can return:

 

None.

 

Example Procedure:

 

SCApplication.WriteLog("openmodel", "model could not be opened", -1)