Okapi .NET Library

ILog.Save Method 

 [This is preliminary documentation and subject to change.]

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
);

Parameters

p_sPath
Full path of the file to save.

See Also

ILog Interface | Okapi.Library.Base Namespace