2.0.0 • Published 3 years ago

kindlogs v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

What is this?

A friendly logger for Node.js, when verbosity is required...

Project still in development...

Installation

npm i kindlogs

Getting Started

const {KindLogs} = require('kindlogs');

function myFunction() {
    var console = new KindLogs("main > myFunction()")
    console.log('Custom labelled console.log with line and column number')

}

myFunction()
2.0.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago