Okapi .NET Library

LogType.WARNING Field

 [This is preliminary documentation and subject to change.]

Constant value = 3. Displays a specified warning message.

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

See Also

LogType Class | Okapi.Library.Base Namespace