See Also

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

Language

Visual Basic

C#

JScript

Show All

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

The text for the new logmessage.

LogLevel

The LogLevel for the new logmessage.

See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

QuickLog(String,String,String,ITLogLevel) Method

Outputs a new logmessage, using the given LogLevel, to the standard logchannel (StdLog).

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

Parameters

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

The text for the new logmessage.

LogLevel

The LogLevel for the new logmessage.

See Also

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

 

 


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