Click or drag to resize

FileLoggerMaxBackups Property

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

Namespace:  ITHit.WebDAV.Client.Logger
Assemblies:   ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
public static 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