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; }
Public Property MaxBackups As Integer
Get
Set
public:
property int MaxBackups {
int get ();
void set (int value);
}
member MaxBackups : int with 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