[Visual Basic] Public Function SetLog( _ ByVal p_nType As Integer, _ ByVal p_nValue As Integer, _ ByVal p_sValue As String _ ) _ Implements ILog.SetLog As Boolean [C#] public bool SetLog( int p_nType, int p_nValue, string p_sValue ); [C++] public: bool SetLog( int p_nType, int p_nValue, String* p_sValue ); [JScript] public function SetLog( int p_nType, int p_nValue, String p_sValue ): bool;
Log Class | Okapi.Library.Base Namespace