ITLogMsg::Send

 

bool Send();

 

Purpose:

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

 

Return value:

§      true if the logmessage was sent by this call

(That is, if ITLogMsg.WillBeLogged was True before the call.)

§      false otherwise

 

Notes:

§      After the operation ITLogMsg.WillBeLogged is always false.

§      The object can be reused by calling one of the ITLogMsg::Create methods.

 

See also:

§      ITLogMsg.WillBeLogged

§      Creating ITLogMsg objects