
Showing log information
The two properties showInfoLevel and logFile are used for controlling debug, error and other information. The following two methods are used to set values for these properties:
- setShowInfoLevel(vDebug/vError/vOff)
- setLogFile("LogFileName")
Notes:
- vDebug, vError and vOff are used for showing and turning off debug and error information.
- LogFileName specifies where the debug, error and other information will go. LogFileName contains both the path and the file name. If no path or file is specified, the default is used. Only the log file specified here will take effect when running reports, and the log files specified before will be closed.
