Okapi .NET Library

Log.SetLog Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.SetLog.

[Visual Basic]
Public Function SetLog( _ 
   ByVal p_nType As Integer, _ 
   ByVal p_nValue As Integer, _ 
   ByVal p_sValue As String _ 
) _
    Implements ILog.SetLog As Boolean
[C#]
public bool SetLog(
   int p_nType,
   int p_nValue,
   string p_sValue
);
[C++]
public: bool SetLog(
   int p_nType,
   int p_nValue,
   String* p_sValue
);
[JScript]
public function SetLog(
   int p_nType,
   int p_nValue,
   String p_sValue
): bool;

Implements

ILog.SetLog

See Also

Log Class | Okapi.Library.Base Namespace