ITLogMsg.Send

 

Function Send() As Boolean

 

Purpose:

§      sends the 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 ITLogMsg.Create again.

 

See also:

§      ITLogMsg.WillBeLogged

§      ITLogMsg.Create