printl

1.0.3 • Public • Published

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/)

Package Sidebar

Install

npm i printl

Weekly Downloads

8

Version

1.0.3

License

MIT

Unpacked Size

3.36 kB

Total Files

5

Last publish

Collaborators

  • istiak_rahman