Sets the help access information for the log.
[Visual Basic] Sub SetHelp( _ ByVal p_sValue As String _ ) [C#] void SetHelp( string p_sValue ); [C++] void SetHelp( String* p_sValue ); [JScript] function SetHelp( String p_sValue );
The actual value of the p_sValue parameter depends on the implementation of the log. Usually it will be the full path to an help file.
ILog Interface | Okapi.Library.Base Namespace