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.
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

CreateLogMsg(String,String) Method

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

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

Parameters

Module
The Module name for the new logmessage.
Case
The Case name 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.