See Also

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

Language

Visual Basic

C#

JScript

Show All

Module
The Module name for the new logmessage.
Case
The Case name for the new logmessage.
LogLevel
The LogLevel value for the new logmessage.
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

CreateLogMsg(String,String,ITLogLevel) Method

Creates an ITLogMsg object which is associated with the logchannel and initializes its Module, Case and and LogLevel properties with the values given in the call.

[Visual Basic]
Overloads Public Function CreateLogMsg( _    ByVal Module As String, _    ByVal Case As String, _    ByVal LogLevel As ITLogLevel _ ) As ITLogMsg
[C#]
public ITLogMsg CreateLogMsg(    string Module,    string Case,    ITLogLevel LogLevel );
[JScript]
public function CreateLogMsg(    Module : String,    Case : String,    LogLevel : ITLogLevel ) : ITLogMsg;

Parameters

Module
The Module name for the new logmessage.
Case
The Case name for the new logmessage.
LogLevel
The LogLevel value for the new logmessage.

See Also

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

 

 


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