FileLogger.MaxBackups Property

IT Hit WebDAV for .NET

Gets and sets Maximum number of log file backups.

[Visual Basic]
Public Shared Property MaxBackups As Integer
[C#]
public static int MaxBackups {get; set;}

Property Value

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

FileLogger Class | ITHit.WebDAV.Logger Namespace