Click or drag to resize

DefaultLoggerImplFileSize Property

IT Hit WebDAV Classes Reference
Gets and sets maximum log file size in bytes.

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

Property Value

Type: Int64
Maximum log file size in bytes. Default is 1048576 bytes.
Remarks
When the file exceeds the size specified by FileSize the new log file is created. The old file is renamed to <filename>.<number>.
See Also