webstorm-nodejs-logger

1.0.3 • Public • Published

The logger module enhances console.log by making the printed content clickable in webstorm, allowing developers to jump directly to the source code. It also includes the file name and line number, making debugging more efficient.

const logger = require('webstorm-nodejs-logger');

logger.log('Hello World!');

image

Readme

Keywords

Package Sidebar

Install

npm i webstorm-nodejs-logger

Weekly Downloads

6

Version

1.0.3

License

ISC

Unpacked Size

1.44 kB

Total Files

3

Last publish

Collaborators

  • klavorix