ScriptLog
is a transient object you can use to retrieve detailed log
information during script execution. Use ScriptLog information during development to report any
errors.
ScriptLog
property. For example, add
myLog
as the variable name.Display ScriptLog data in any template with a simple ISML statement.
<pre>
<isprint value="${myLog}">
<pre>