Writes a test log stream writable object to the stream.

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

Syntax

C#
public static void Write(
	IMarkupStreamWritable obj
)
Visual Basic (Declaration)
Public Shared Sub Write ( _
	obj As IMarkupStreamWritable _
)

Parameters

obj
Type: Gallio.Common.Markup..::.IMarkupStreamWritable
The object to write, or null if none.

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