log4net SDK Reference

RollingFileAppender.RollPoint Enumeration

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

[Visual Basic]
Protected Enum RollingFileAppender.RollPoint
[C#]
protected enum RollingFileAppender.RollPoint

Remarks

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

Members

Member NameDescription
InvalidRollPoint Roll the log not based on the date
TopOfMinute Roll the log for each minute
TopOfHour Roll the log for each hour
HalfDay Roll the log twice a day (midday and midnight)
TopOfDay Roll the log each day (midnight)
TopOfWeek Roll the log each week
TopOfMonth Roll the log each month

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

log4net.Appender Namespace