Okapi .NET Library

ILog.GetWarningCount Method 

 [This is preliminary documentation and subject to change.]

Gets the number of warnings since the last call to the BeginProcess method.

[Visual Basic]
Function GetWarningCount() As Integer
[C#]
int GetWarningCount();
[C++]
int GetWarningCount();
[JScript]
function GetWarningCount(): int;

Return Value

The number of warnings since the last call to the BeginProcess method.

See Also

ILog Interface | Okapi.Library.Base Namespace