Saves the current content of the log to a file.
[Visual Basic] Sub Save( _ ByVal p_sPath As String _ ) [C#] void Save( string p_sPath ); [C++] void Save( String* p_sPath ); [JScript] function Save( String p_sPath );
ILog Interface | Okapi.Library.Base Namespace