ITLogMsgGetText

 

const char* ITLogMsgGetText(HLOGMSG hLogMsg);

 

Purpose:

§      return the current text of the logmessage

 

Parameters:

§      hLogMsg (Input): Handle to a logmessage

 

Return value:

§      Current text

 

Notes:

§      In ITLogLib/Win32, logmessages uses the Windows character set (ANSI). Line breaks are represented using ‘\n’.