RollingFileAppender RollOverTime Method Apache log4net™ SDK Documentation
Rollover the file(s) to date/time tagged file(s).

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

protected void RollOverTime(
	bool fileIsOpen
)

Parameters

fileIsOpen
Type: OnlineSystem Boolean
set to true if the file to be rolled is currently open
Remarks

Rollover the file(s) to date/time tagged file(s). Resets curSizeRollBackups. If fileIsOpen is set then the new file is opened (through SafeOpenFile).

See Also