Logs an error message.
[Visual Basic] Function Error( _ ByVal p_sText As String _ ) As Boolean [C#] bool Error( string p_sText ); [C++] bool Error( String* p_sText ); [JScript] function Error( 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(4, 0, p_sText)
.
ILog Interface | Okapi.Library.Base Namespace | SetLog