maxFileSize

Type: Integer

Availability: Read or write at any time

The maxFileSize property of the JadeLog class contains the maximum file size (in bytes) of the log file if the file is versioned (that is, if the versionFile property is set to the default value of true).

When a versioned log file exceeds the maximum size, a new log file is created with the next available version number; for example, mymsg1.log is followed by mymsg2.log, and so on.

If the maxFileSize property is set to zero (0), the value of the MaxLogFileSize parameter in the [JadeLog] section of the JADE initialization file is used.