log4net SDK Reference

TextWriterAdapter.Flush Method 

[This is preliminary documentation and subject to change.]

Flushes any buffered output

[Visual Basic]
Overrides Public Sub Flush()
[C#]
public override void Flush();

Remarks

Clears all buffers for the writer and causes any buffered data to be written to the underlying device

See Also

TextWriterAdapter Class | log4net.Util Namespace