ApplicationLog
Previous  Top  Next

Prototype

ApplicationLog(intAgent,strMessage)

Description

It inserts a message in the log file of an agent.

Parameters

intAgent: integer that represents the number of the agent (i.e. fo the thread of image processing); you have to always use _CurrentAgent, for obtaining this value.
strMessage:
string that conatins the message we want to add to the log file.

Returned value

None.

Notes

None.