Okapi .NET Library

LogType.ERROR Field

 [This is preliminary documentation and subject to change.]

Constant value = 4. Displays a specified error message.

[Visual Basic]
Public const ERROR As Integer = 4
[C#]
public const int ERROR = 4;
[C++]
public: const int ERROR = 4;
[JScript]
public const var ERROR: int = 4;

See Also

LogType Class | Okapi.Library.Base Namespace