Okapi .NET Library

Log.GetErrorCount Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.GetErrorCount.

[Visual Basic]
Public Function GetErrorCount() _
    Implements ILog.GetErrorCount As Integer
[C#]
public int GetErrorCount();
[C++]
public: int GetErrorCount();
[JScript]
public function GetErrorCount(): int;

Implements

ILog.GetErrorCount

See Also

Log Class | Okapi.Library.Base Namespace