log4net SDK Reference

RollingFileAppender.RollingMode Enumeration

Style of rolling to use

[Visual Basic]
Public Enum RollingFileAppender.RollingMode
[C#]
public enum RollingFileAppender.RollingMode

Remarks

Style of rolling to use

Members

Member NameDescription
Once Roll files once per program execution
Size Roll files based only on the size of the file
Date Roll files based only on the date
Composite Roll files based on both the size and date of the file

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

log4net.Appender Namespace