Okapi .NET Library

ILog.GetErrorAndWarningCount Method 

 [This is preliminary documentation and subject to change.]

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

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

Return Value

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

See Also

ILog Interface | Okapi.Library.Base Namespace