Okapi .NET Library

ILog.NewLine Method 

 [This is preliminary documentation and subject to change.]

Logs an empty line.

[Visual Basic]
Function NewLine() As Boolean
[C#]
bool NewLine();
[C++]
bool NewLine();
[JScript]
function NewLine(): bool;

Return Value

True if the process is to be continued, false if the user has cancelled the process.

Remarks

Calling this method is the same as calling Log(2, 0, "").

See Also

ILog Interface | Okapi.Library.Base Namespace | SetLog