See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members  | Overload List  | ITOutputLogChannel.QuickLog Overview

Language

Visual Basic

C#

JScript

Show All

Module
The name of the Module for the logmessage.
Case
The name of the Case for the logmessage.
Text
The text for the logmessage.
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

QuickLog(String,String,String) Method

Outputs a new logmessage, using the default LogLevel (LEVEL_INFO), to the logchannel.

[Visual Basic]
Overloads Public Function QuickLog( _    ByVal Module As String, _    ByVal Case As String, _    ByVal Text As String _ ) As Boolean
[C#]
public bool QuickLog(    string Module,    string Case,    string Text );
[JScript]
public function QuickLog(    Module : String,    Case : String,    Text : String ) : boolean;

Parameters

Module
The name of the Module for the logmessage.
Case
The name of the Case for the logmessage.
Text
The text for the logmessage.

See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members  | Overload List  | ITOutputLogChannel.QuickLog Overview

 

 


(c) 2002-2004 iTech Software GmbH, Berlin. Version 2.4, Wed 07 Jul 2004.