NAnt SDK Documentation - v0.92

XmlLogger.Flush Method 

Flushes buffered build events or messages to the underlying storage.

[Visual Basic]
NotOverridable Public Sub Flush() _
    Implements IBuildLogger.Flush
[C#]
public void Flush();

Implements

IBuildLogger.Flush

See Also

XmlLogger Class | NAnt.Core Namespace