RollSize Property

Summary
Gets or sets the maximum size of the file before a roll occurs.
Syntax
C#
VB
C++
public int RollSize { get; set; } 
  
Public Property RollSize As Integer 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

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