QPR Knowledge Base 2017.1

WriteLog

WriteLog

Previous topic Next topic No directory for this topic  

WriteLog

Previous topic Next topic Topic directory requires JavaScript Mail us feedback on this topic!  

Revision history:

Introduced in QPR 7.2.1

 

Writes an entry to the PGCMacroLog.txt log file.

 

Synopsis:

 

PGApplication.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:

 

None.

 

Example Procedure:

 

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