←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly