Okapi .NET Library

Log.GetWarningCount Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.GetWarningCount.

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

Implements

ILog.GetWarningCount

See Also

Log Class | Okapi.Library.Base Namespace