Sets the title/caption of the log.
[Visual Basic] Sub SetTitle( _ ByVal p_sValue As String _ ) [C#] void SetTitle( string p_sValue ); [C++] void SetTitle( String* p_sValue ); [JScript] function SetTitle( String p_sValue );
ILog Interface | Okapi.Library.Base Namespace