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.
構文
|
short GetLogBakCount()
void SetLogBakCount(short)
|
戻り値
使用例
|
m_ctrl.SetLogBakCount(10);
|
特記事項
Persistent property.
参照
|