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