So when we normally log to console using console.log, browsers print the objects in a contracted format, and you can optionally click to expand to inspect the properties of the object.
Can I get the same behavior with tslog? I scanned through the documentation but couldn't figure out whether that was 100% possible.
So when we normally log to console using
console.log, browsers print the objects in a contracted format, and you can optionally click to expand to inspect the properties of the object.Can I get the same behavior with
tslog? I scanned through the documentation but couldn't figure out whether that was 100% possible.