FTL.Realm.setLogFiles()

Signature

void setLogFiles (String filePrefix, long maxFileSize, int maxFiles, Object arg)

Domain

ACTION

Description

Arrange rotating log files.

Parameters

NameTypeDescription
filePrefixStringAll log files begin with this filename prefix.
maxFileSizelongFTL rotates the log files when the current log file exceeds this limit (in Bytes).
This value must be greater than 102400 (100 KB).
maxFilesintFTL limites the number of logfiles to this maximum value set.
argObjectTibProperties type Object, by default set to null.

Returns

TypeDescription
void

Cautions

none