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