Okapi .NET Library

LogType.MESSAGE Field

 [This is preliminary documentation and subject to change.]

Constant value = 2. Displays a specified message.

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

See Also

LogType Class | Okapi.Library.Base Namespace