versionFile

Type: Boolean

Availability: Read or write at any time

The versionFile property of the JadeLog class specifies whether the log file is versioned.

By default, log files are versioned; that is, this property is set to true. Set this property to false if you want to ignore the value of the JadeLog class maxFileSize property and continue writing to the log file (for example, mymsg1.log). There is no maximum size of this log and trace messages file.

For details about incrementing versioned log files when the maximum file size is exceeded, see the JadeLog class maxFileSize property.