Lets you get and set whether error logging quiet mode is enabled.
A Boolean value set to true when you do not want error messages from the renderer to bring up dialog boxes.
If set to false , error messages from the renderer will bring up dialog boxes.
3ds Max sets the corresponding internal variable to true during network rendering to suppress error messages such as the "Missing Maps" and "Missing Map Coordinates" dialogs.
If this variable is set to true and the renderer generates an error message, the renderer will exit.
After setting quiet mode, do not forget to clear it when you are done, since the user will not see any error messages from the renderer while quiet mode is enabled.
Outputs the string to the log file, based on the various type keyword parameters.
Default values are: debug:true, info:false, warning:false, error:false
Output to the log file is filtered by the settings in the Preference Settings dialog, Files tab.
Sets the log file to the given filename.
If the log file was created successfully, returns he new log name.
If the new file creation failed, returns the current log file name.
Available in 3ds Max 9 and higher.