Log.Save Method
[This is preliminary documentation and subject to change.]
Implements ILog.Save.
[Visual Basic]
Public Sub Save( _
ByVal p_sPath As String _
) _
Implements ILog.Save
[C#]
public void Save(
string p_sPath
);
[C++]
public: void Save(
String* p_sPath
);
[JScript]
public function Save(
String p_sPath
);
Implements
ILog.Save
See Also
Log Class | Okapi.Library.Base Namespace