RollSize Property

Summary
Gets or sets the maximum size of the file before a roll occurs.
Syntax
C#
C++/CLI
public int RollSize { get; set; } 
public: 
property int RollSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum size of a log file.

Remarks

The size is the maximum size that the file can be. If a new log will will increase the file size beyond the size limit the file will be rolled over.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.