gn:act_debug_print
- Description
- Action used to print source value to logcat
- Action returns
- void
Action signatures
Print target value to log
[gn:act_debug_print]|[source;options{n}]
Parameter Description source
source from where the value will be printed to log options{n}
options for debug printing that can be configured. Any order of options is allowed. - Valid options:
- ROWS:
showRows
- valuetrue
orfalse
, default istrue
for all but production server, where it can be overridden by this optionshowRowColumns
- comma separated list of columns ids which we want to print if omitted all columns are printed i.e.columnA,columnB,columnC
- ROWS:
- Valid options:
Example
@variable/rows
- source
- ⤷
[gn:act_debug_print]|[@variable/rows;showRowColumns,devicesFullInfo_name,devicesFullInfo_ownerPhone;showRows,true]
- ⤷