Initializes the filter object.
[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 );
This method must be called first after the creation of the object.
IUtilitySet Interface | Okapi.Library.Utility Namespace | ILog