RollingFileAppender RollingStyle Property Apache log4net™ SDK Documentation
Gets or sets the rolling style.

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

public RollingFileAppender..::..RollingMode RollingStyle { get; set; }

Property Value

Type: RollingFileAppender RollingMode
The rolling style.
Remarks

The default rolling style is Composite.

When set to Once this appender's AppendToFile property is set to false, otherwise the appender would append to a single file rather than rolling the file each time it is opened.

See Also