NAnt SDK Documentation - v0.85-nightly-2005-11-09

DefaultLogger.Flush Method 

[This is preliminary documentation and subject to change.]

Flushes buffered build events or messages to the underlying storage.

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

Implements

IBuildLogger.Flush

Remarks

Missing <remarks> documentation for M:NAnt.Core.DefaultLogger.Flush

See Also

DefaultLogger Class | NAnt.Core Namespace