logToResults
Valid in all scopes
Controls whether the logging information
execution is returned with Results HTML. This option is useful for
debugging. When set to true, all the information written to
the Tango log file for an application file execution is also returned
with the Results HTML. The default value of logToResults is
false.
The current setting of loggingLevel
configuration variable determines the amount of information logged. To
see logging information for a particular application file execution,
assign true to this configuration variable with scope=LOCAL.
Note:
Selecting the Debug mode
option in the application file window is equivalent to setting logToResults
scope=LOCAL to true and loggingLevelscope=LOCAL to
LogLevel3. Because these variables are set with local scope,
they are only set to these values for the duration of the file
execution.
See Also
debugMode
loggingLevel
|