Logs a message.
[Visual Basic] Function Message( _ ByVal p_sText As String _ ) As Boolean [C#] bool Message( string p_sText ); [C++] bool Message( String* p_sText ); [JScript] function Message( String p_sText ): bool;
True if the process is to be continued, false if the user has cancelled the process.
Calling this method is the same as calling Log(2, 0, p_sText)
.
ILog Interface | Okapi.Library.Base Namespace | SetLog