Unwritten - Independent logging library

UnwrittenLogfile.Flush Method 

Flush the internal text buffer into the opened logfile.

[Visual Basic]
Public Function Flush() As Boolean
[C#]
public bool Flush();

Return Value

true if it succeed, false if not.

See Also

UnwrittenLogfile Class | FuturesNet.IO.Unwritten Namespace