1.0.3 • Published 7 years ago

cus-log v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

cus-log

A custom and easy-to-use Logger for Node.js

Installation

npm install cus-log

Example

const Logger = require('cus-log'); Logger.log(1, 'DEBUG severity level.'); Logger.debug('DEBUG.'); Logger.log(1, 'WARN severity level.'); Logger.warn('WARN.'); Logger.log(1, 'ERROR severity level.'); Logger.error('ERROR.'); Logger.customLog('LTS', 'rainbow', 'RAINBOW TEXT.');

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago