ITLogMsgSend

 

int ITLogMsgSend(HLOGMSG hLogMsg);

 

Purpose:

§      Send the underlying logmessage -- as it currently is -- to the output logchannel it is linked to.

 

Parameters:

§      hLogMsg (Input): Handle to a logmessage

 

Return value:

§      1 if the logmessage was sent by this call

(That is, if ITLogMsgWillBeLogged was 1 before the call.)

§      0 otherwise

 

Notes:

§      After the operation ITLogMsgWillBeLogged is always 0.

 

See also:

§      ITLogMsgWillBeLogged

§      Creating logmessages