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; }
Public Shared Property FileSize As Long
Get
Set
public:
static property long long FileSize {
long long get ();
void set (long long value);
}
static member FileSize : int64 with 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