ITLogLib.QuickLog

 

Function QuickLog(Module As String, Case As String, Text As String, [LogLevel As Integer = LEVEL_INFO], [LogChannel As String = "StdLog"]) As Boolean

 

Note: Under VB you can use this like a global method.

 

Purpose:

§      outputs a logmessage in the given logchannel

 

Actions:

§      If the logchannel is open then the logmessage is queued in that logchannel’s output messages buffer. A short time later it should be written to file.

§      Else the message is thrown away.

 

Return value:

§      none