FTL.Realm.setLogFiles()
Signature
void setLogFiles (String filePrefix, long maxFileSize, int maxFiles, Object arg)
Description
Arrange rotating log files.
Parameters
Name | Type | Description |
filePrefix | String | All log files begin with this filename prefix. |
maxFileSize | long | FTL rotates the log files when the current log file exceeds this limit (in Bytes). This value must be greater than 102400 (100 KB). |
maxFiles | int | FTL limites the number of logfiles to this maximum value set. |
arg | Object | TibProperties type Object, by default set to null. |