adobe/aio-lib-core-logging

Add a console.table equivalent log formatter

pseudovar opened this issue · 2 comments

Expected Behaviour

To help with debugging and building actions, a console.table() equivalent for logger would be preferential. This would allow for Arrays and Objects to be passed and output as a table in the various log locations.

Actual Behaviour

Currently not available (or not documented?), have to us logger.info/debug/etc and output a string.

Reproduce Scenario (including but not limited to)

N/A

Steps to Reproduce

N/A

Platform and Version

v2.0.0

Sample Code that illustrates the problem

N/A

Logs taken while reproducing problem

N/A