Writes a line delimiter.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public static void WriteLine()
Visual Basic (Declaration)
Public Shared Sub WriteLine

Remarks

This is a convenience method that forwards the request to the current default log stream writer as returned by the Default property.

See Also