log4net SDK Reference

BufferingAppenderSkeleton.Flush Method ()

Flush the currently buffered events

[Visual Basic]
Overridable Overloads Public Sub Flush()
[C#]
public virtual void Flush();

Remarks

Flushes any events that have been buffered.

If the appender is buffering in Lossy mode then the contents of the buffer will NOT be flushed to the appender.

See Also

BufferingAppenderSkeleton Class | log4net.Appender Namespace | BufferingAppenderSkeleton.Flush Overload List