Okapi .NET Library

Log.NewLine Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.NewLine.

[Visual Basic]
Public Function NewLine() _
    Implements ILog.NewLine As Boolean
[C#]
public bool NewLine();
[C++]
public: bool NewLine();
[JScript]
public function NewLine(): bool;

Implements

ILog.NewLine

See Also

Log Class | Okapi.Library.Base Namespace