Click or drag to resize

FileLoggerFileSize Property

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

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 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