ITLogMsgWillBeLogged

 

int ITLogMsgWillBeLogged(HLOGMSG hLogMsg);

 

Purpose:

§      determine whether the logmessage will be logged by at least one of its (forward-) output logchannels

 

Parameters:

§      hLogMsg (Input): Handle to a logmessage

§      pLogChannelName: The name of the logchannel.

 

Return value:

§      1 if the logmessage will be logged (is created , but not cancelled or already send)

§      0 otherwise

 

Notes:

§      Whether the logmessage should be logged or not is computed during the creation operation. The write-out filter of the logchannel the logmessage is linked to determines which logmessages should be logged and which not. See Creating logmessages.

 

See Also:

§      ITLogMsgWillBeLoggedTo

§      ITLogMsgIsNullLogMsg