See Also

ITLogMsg Class  | ITLogMsg Members  | Overload List  | ITLogMsg.Create Overview

Language

Visual Basic

C#

JScript

Show All

Module

The name for the Module property.

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

Create(String,String,ITLogLevel) Method

Creates and intializes a new logmessage, settings its Module, Case and LogLevel properties to the values given in the call.

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

Parameters

Module

The name for the Module property.

Case
The name for the Case property.
LogLevel
The value for the LogLevel property.

See Also

ITLogMsg Class  | ITLogMsg Members  | Overload List  | ITLogMsg.Create Overview

 

 


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