Adaptive Framework 0.9.0

trace

The following is a list of properties for the function trace:

PropertyValue
briefWrite a value to the a trace log
categorymiscellaneous
descriptionWrite a value to a trace log.
functionIdtrace
functionLabeltrace
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" ]