trace
The following is a list of properties for the function trace
:
Property | Value |
---|---|
brief | Write a value to the a trace log |
category | miscellaneous |
description | Write a value to a trace log. |
functionId | trace |
functionLabel | trace |
parameters | [ { "description": "This is the value that will be converted to its string representation and written the trace log. An undefined value is represented by '<undefined>'.", "name": "value" }, { "dataType": "boolean", "description": "If this optional filter is false, nothing will be written to the trace log. The default is true.", "name": "filter", "optional": true }, { "dataType": "integer", "description": "This is an optional number between 1 and 8 that is appended to \"trace\" to identify the trace log. The default is 1.", "name": "number", "optional": true } ] |
returns | { "dataType": "null" } |
sideEffects | [ "Value written to log" ] |