Flushes the log writer.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.570.0)

Syntax

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

Remarks

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

See Also