Adaptive Framework 0.9.0

debug

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

PropertyValue
briefConditionally write a debug value
categorymiscellaneous
descriptionConditionally, based on the detail parameter, write a value as a string to the debug file descriptor (usually stderr).
functionIddebug
functionLabeldebug
parameters[ { "description": "This is the value that will be converted to its string representation and written. An undefined value is represented by '<undefined>'.", "name": "value" }, { "dataType": "boolean", "description": "If true, the string will only written if the debug:function_active:detail flag is on. If false or not specified, the string will only written if the debug:function_active flag is on.", "name": "detail", "optional": true } ]
returns{ "dataType": "null" }
sideEffects[ "Value written" ]