AppenderSkeletonFlush Method Apache log4net™ SDK Documentation
Flushes any buffered log data.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual bool Flush(
	int millisecondsTimeout
)

Parameters

millisecondsTimeout
Type: SystemInt32

[Missing <param name="millisecondsTimeout"/> documentation for "M:log4net.Appender.AppenderSkeleton.Flush(System.Int32)"]

Return Value

Type: Boolean
True if all logging events were flushed successfully, else false.

Implements

IFlushableFlush(Int32)
Remarks

This implementation doesn't flush anything and always returns true
See Also

Reference