1.0.2 • Published 4 years ago

node-tracer v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

What is this?

Very very light weight tracer for basic logging details, Install the node-tracer package and require, the function name and line number will be consoled when each console.log happens!

Installation

npm i node-trace --save

Then...

app.js

require('node-trace');

or

import node-trace

That's it! now whenever you console it prints along with the function name and line number

image