Okapi .NET Library

ILocalizationDirectives.Initialize Method 

 [This is preliminary documentation and subject to change.]

Initializes the log to use with this localization directives context.

[Visual Basic]
Sub Initialize( _ 
   ByVal p_Log As ILog _ 
)
[C#]
void Initialize(
   ILog p_Log
);
[C++]
void Initialize(
   ILog* p_Log
);
[JScript]
function Initialize(
   ILog p_Log
);

Parameters

p_Log
The log to use.

See Also

ILocalizationDirectives Interface | Okapi.Library.Filter Namespace