Okapi .NET Library

Log.Error Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.Error.

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

Implements

ILog.Error

See Also

Log Class | Okapi.Library.Base Namespace