Logs an empty line.
[Visual Basic] Function NewLine() As Boolean [C#] bool NewLine(); [C++] bool NewLine(); [JScript] function NewLine(): 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, "")
.
ILog Interface | Okapi.Library.Base Namespace | SetLog