Gets or sets the number of back-up file for logging. If actual file size of log file exceeded LogSize property, SavoyGem control will rename the file name and make a new empty log file. If number of back-up file reached to the value of LogBakCount property, SavoyGem control will delete oldest back-up file.
Syntax
|
short GetLogBakCount()
void SetLogBakCount(short)
|
Return Value
Example
|
m_ctrl.SetLogBakCount(10);
|
Remarks
Persistent property.
See Also
|