FileLogger.FileSize Property

IT Hit WebDAV for .NET

Gets and sets maximum log file size in bytes.

[Visual Basic]
Public Shared Property FileSize As Long
[C#]
public static long FileSize {get; set;}

Property Value

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

FileLogger Class | ITHit.WebDAV.Logger Namespace