Print the contents of array
RoySRC opened this issue · 1 comments
RoySRC commented
Is your feature request related to a problem? Please describe.
Add logger function to print the contents of an array similar to python. For example of the array contents are: [1, 2, 3, 4], then the logger array printer function should print: [INFO]: ...: [1, 2, 3, 4]