Okapi .NET Library

Log.GetErrorAndWarningCount Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.GetErrorAndWarningCount.

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

Implements

ILog.GetErrorAndWarningCount

See Also

Log Class | Okapi.Library.Base Namespace