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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly