printl
v1.0.3
Published
The package will help you to print logs fast.
Maintainers
Readme
printl
A simple logging package for Node.js.
Installation
You can install printl using npm:
npm install printl
## Usage
const print = require('printl');
print('This is a message');
print.err('This is an error message');
print.wrn('This is a warning message');
print.info('This is a regular log message');
## API
print(message)
Logs a message to the console.
print.err(message)
Logs an error message to the console.
print.wrn(message)
Logs a warning message to the console.
print.info(message)
Logs a info message to the console.
## 🔗 Links
[
