fileName

Type: String

Availability: Read or write at any time

The fileName property of the JadeLog class contains the name of the log file. If the specified value does not also contain a path, the file is created in the directory identified by the filePath property.

You must specify a log file name value in this property.

Changing the name of an active log file closes the current file if the new value differs from the current value. The new file is opened the next time a message is logged.