See Also

ITLogLib Class  | ITLogLib Members

Language

Visual Basic

C#

JScript

Show All

AppName
The name of the application.
ConfigFile
The configuration file (*.ICF), using absolute path or path relative to current working directory.
LicenseKey
Your license key. Or an empty string for evaluation.
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

Initialize Method

Initializes the logging library.

[Visual Basic]
Public Shared Function Initialize( _    ByVal AppName As String, _    ByVal ConfigFile As String, _    ByVal LicenseKey As String _ ) As Boolean
[C#]
public static bool Initialize(    string AppName,    string ConfigFile,    string LicenseKey );
[JScript]
public static function Initialize(    AppName : String,    ConfigFile : String,    LicenseKey : String ) : boolean;

Parameters

AppName
The name of the application.
ConfigFile
The configuration file (*.ICF), using absolute path or path relative to current working directory.
LicenseKey
Your license key. Or an empty string for evaluation.

Remarks

ITLogLib.Initialize does the following:

 

Return value:

 

Possible errors (just for an impression; enumeration may be incomplete):

 

As everywhere in the ITLogLib API, in the case of an error a detailed error description can be got by calling ITLogLib.LastErrorDescription.

See Also

ITLogLib Class  | ITLogLib Members

 

 


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