ITLogMsg.IsNullLogMsg

 

Property IsNullLogMsg As Boolean (read-only)

 

Purpose:

§      determine whether the logmessage is suppressed

 

Return value:

§      True if the creation of the logmessage was suppressed. This can happen when ITLogLib is not initialized, its output logchannel is not open or when this logchannel has an output filter suppressing the output of the logmessage

§      False if the logmessage was really created

 

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 ITLogMsg objects.

 

See Also:

§      WillBeLogged

§      WillBeLoggedTo