1.0.3 • Published 1 year ago

printl v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
[![Github](https://github.com/legendfahim/)
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago