pretty-log
Version:
Simple log messages for NodeJs
24 lines (20 loc) • 437 B
Markdown
Pretty-Log
==========================
Simple log messages for NodeJS.
## Install
```sh
npm install pretty-log
```
## Usage
Pretty-log provides the logs: error, warn, success and debug
```sh
var log require('pretty-log');
log.error('MESSAGE');
log.warn('MESSAGE');
log.success('MESSAGE');
log.debug('MESSAGE');
```
## Output

## License
Biju is available under the MIT license.