ITLogMsgAddText

 

void ITLogMsgAddTextStr (HLOGMSG hLogMsg, const char* pText);

void ITLogMsgAddTextChar (HLOGMSG hLogMsg, char pText);

void ITLogMsgAddTextInt (HLOGMSG hLogMsg, int pText);

void ITLogMsgAddTextDbl (HLOGMSG hLogMsg, double pText);

void ITLogMsgAddTextFloat (HLOGMSG hLogMsg, float pText);

 

Purpose:

§      adds text to a logmessage

 

Parameters:

§      hLogMsg (Input): Handle to a logmessage

§      pText (Input): Data to add to the logmessage text.

 

Actions:

§      If the logmessage will be sent, the pText parameter will be converted to string and appended to the logmessage text