RollingFileAppenderRollPoint EnumerationApache log4net™ SDK Documentation
The code assumes that the following 'time' constants are in a increasing sequence.

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

protected enum RollPoint
Members

  Member nameValueDescription
InvalidRollPoint-1 Roll the log not based on the date
TopOfMinute0 Roll the log for each minute
TopOfHour1 Roll the log for each hour
HalfDay2 Roll the log twice a day (midday and midnight)
TopOfDay3 Roll the log each day (midnight)
TopOfWeek4 Roll the log each week
TopOfMonth5 Roll the log each month
Remarks

The code assumes that the following 'time' constants are in a increasing sequence.

See Also

Reference