ITLogMsg::WillBeLoggedTo

 

bool ITLogMsg::WillBeLoggedTo(char* pLogChannelName);

 

Purpose:

§      determine whether the logmessage will be logged to the specified (forward-) logchannel

 

Parameters:

§      pLogChannelName: The name of the logchannel.

 

Return value:

§      true if if the logmessage will be logged to the specified logchannel (is created , but not cancelled or already send)

§      false 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:

§      ITLogMsg.WillBeLogged

§      ITLogMsg.IsNullLogMsg