An NDoc Documented Class Library

RollingFileAppender Properties

The properties of the RollingFileAppender class are listed below. For a complete list of RollingFileAppender class members, see the RollingFileAppender Members topic.

Public Instance Properties

FileName (inherited from FileAppender) Name of file to log to.
MaxFileSize Maximum size of log file in bytes
MaxSizeRollBackups Set the maximum number of backup files to retain. If this is set to zero, the log file will be truncated when it reaches the MaxSize. Backup files are called FileName.1, FileName.2 etc. This value can't be negative. The default is 1 backup file.

See Also

RollingFileAppender Class | EnterpriseDT.Util.Debug Namespace