Implements ILog.BeginProcess.
[Visual Basic] Public Function BeginProcess( _ ByVal p_sText As String _ ) _ Implements ILog.BeginProcess As Boolean [C#] public bool BeginProcess( string p_sText ); [C++] public: bool BeginProcess( String* p_sText ); [JScript] public function BeginProcess( String p_sText ): bool;
Log Class | Okapi.Library.Base Namespace