1.0.3 • Published 2 years ago

simple-logger-nodejs v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Simple Logger Nodejs

!! This package is under active development and should not be used !!

A simple nodejs error/info logger for production use.

This package only exports one function named logger which takes two arguments:

  1. type - The type of log. It can be either error or info.
  2. message - The message to be logged.

Installation

npm install simple-logger-nodejs

Usage

const logger = require('simple-logger-nodejs');

logger('error', 'This is an error message');
logger('info', 'This is an info message');

License

MIT

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago