RollingFileAppenderRollingMode EnumerationApache log4net™ SDK Documentation
Style of rolling to use

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

public enum RollingMode
Members

  Member nameValueDescription
Once0 Roll files once per program execution
Size1 Roll files based only on the size of the file
Date2 Roll files based only on the date
Composite3 Roll files based on both the size and date of the file
Remarks

Style of rolling to use

See Also

Reference