okra
v0.0.5
Published
Fluent object and trace dumps for node.
Downloads
5
Readme
Okra
Okra is a tracing module for node. It's for those times when print statements are your most effective debugging tool.
Advantages over console.log:
- Messages automatically include a short stack trace so you know where they came from.
- A fluent API to configure display options with the ability to save presets.
- A banner mode (for messages you want to be especially prominent in the midst of console spam)
- Function stringification flags when you want to see the body of a function instead of [Function] when dumping an object.
- A watch mode for periodically watching a variable.