Writes a character followed by 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(
	char value
)
Visual Basic (Declaration)
Public Shared Sub WriteLine ( _
	value As Char _
)

Parameters

value
Type: System..::.Char
The character value.

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