console.dir({log, this},{depth:null,colors:true})
This one isn't for devtools, it's for nodejs CMD, CLI or whatever dark screen you are into.
This is really useful since some commonly logged objects in nodejs are huge, like the response from a socket or an http request.
The probem with logging big objects is that it makes you scroll a lot and most prompts aren't really good at scrolling.
But with depth
you can control how deep in the object to log with an integer, this way you will no longer have to scroll like crazy.
And if your thing supports colors, your screen will become a beautyful rainbow ?? !