webstorm-nodejs-logger
v1.0.3
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.
Downloads
4
Readme
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!');