ITOutputLogChannel.QuickLog

 

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

 

Purpose:

§      outputs a logmessage in the logchannel

 

The method behaves similar to the global method QuickLog, see there.

 

These code fragments have the same effect (with c of type ITOutputLogChannel):

 c.QuickLog ModuleName, CaseName, Text, LogLevel

 

 QuickLog ModuleName, CaseName, Text, LogLevel, c.Name

 

See also:

§      global method QuickLog