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.
LogChannelName

The value for the LogChannelName property.

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

Create(String,String,ITLogLevel,String) Method

Creates and intializes a new logmessage, settings its Module, Case, LogLevel and LogChannelName 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, _    ByVal LogChannelName As String _ )
[C#]
public void Create(    string Module,    string Case,    ITLogLevel LogLevel,    string LogChannelName );
[JScript]
public function Create(    Module : String,    Case : String,    LogLevel : ITLogLevel,    LogChannelName : String );

Parameters

Module

The name for the Module property.

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

The value for the LogChannelName 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.