ITLogMsg.Create

 

Sub Create(Module As String, Case As String, [LogLevel As Integer = LEVEL_INFO], [LogChannel As String = "StdLog"])

 

Purpose:

§      creates a new logmessage. This logmessage is initialized using the parameters given. The meaning of the parameters is explained in ITLogMsg Class.

 

Return value: none

 

Note: To call this method, you must of course have already created an instance of ITLogMsg. Therefore it might be easier for you to use ITOutputLogChannel.CreateLogMsg.

 

See also:

§      Creating ITLogMsg objects