Click or drag to resize

DefaultLoggerImplMaxBackups Property

IT Hit WebDAV Classes Reference
Gets and sets Maximum number of log file backups.

Namespace:  ITHit.WebDAV.Server.Logger
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public int MaxBackups { get; set; }

Property Value

Type: Int32
Amount of log file backups. Default is 1.
Remarks
If the amount of the backup files created is higher than MaxBackups the oldest file is automatically deleted.
See Also