Script function: Outputs values of the memory ranges to a log file
LOG_DUMP (Memory range [, memory range,...][, additional info])
Syntax |
Description/Format |
---|---|
Memory range |
Memory range to be recorded Format: script literal or script variable Allowed values: Separate several memory ranges that are to be recorded with commas. |
Additional info |
Any text providing additional information Format: script literal or script variable |
Return codes |
---|
"0" - The trace was successful. |
This script function only serves diagnostic purposes and must only be used in close cooperation with the support team!
The trace output is written to the file specified in the INI file of the Server (see [GLOBAL] section).
The script function TRACE_DUMP works similarly but writes the result to the trace file and considers the specified trace option and a trace level.
In the following example, a trace for several memory ranges is activated:
:SET &RET# = LOG_DUMP("XML + &xml_hnd#, SCRIPT_VARA, SCRIPT_PRG")
See also:
Script element | Description |
---|---|
Outputs values to a trace file |
|
Outputs values of the memory range to a trace file |
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function