| type |
LogTypes |
The log type. The default value is ConsoleLogType to write the message to the TEXT COMMAND window. When the type is FileLogType, the message is written to Fusion's app log file which is the same file where Fusion writes all of its log messages. You can get the path and filename of the current log file by using the TEXT COMMAND window. In the lower-right corner you can choose "Txt", "Py", or "Js". Choose the "Txt" option and type "paths.get" in the input field and press return. A list of all paths used by Fusion, such as installation paths, user data paths, and log file paths, will be displayed in the TEXT COMMAND window. The line for "AppLogFilePath" has the full path to the log file.
This is an optional argument whose default value is LogTypes.ConsoleLogType. |