itzbandhan-custom-log-pro
v1.0.2
Published
Customizable printf console logger with color support
Downloads
138
Maintainers
Readme
custom-log-pro
A simple package to rename your console logs and add flavor!
Installation
npm install custom-log-pro
Usage
const logger = require('custom-log-pro');
logger.init('printf');
printf("Hello World"); // Normal
printf("Oops!", "error"); // Red text