Okapi .NET Library

Log.Warning Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.Warning.

[Visual Basic]
Public Function Warning( _ 
   ByVal p_sText As String _ 
) _
    Implements ILog.Warning As Boolean
[C#]
public bool Warning(
   string p_sText
);
[C++]
public: bool Warning(
   String* p_sText
);
[JScript]
public function Warning(
   String p_sText
): bool;

Implements

ILog.Warning

See Also

Log Class | Okapi.Library.Base Namespace