TextWriterAdapter Flush Method Apache log4net™ SDK Documentation
Flushes any buffered output

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

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