1.0.0 • Published 8 years ago

scoped-log v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

scoped-log

Build Status npm version License

Npmlog with filename prefixes

const log = require('scoped-log')
log.info(__filename, 'hello')
// => info lib/my-module.js hello

Installation

npm install --save scoped-log

Usage

log[level](prefix, messages...)

... where level is one of [silly, verbose, info, http, warn, error].

Set LOG_LEVEL to the level to display logs at. Defaults to info.

Author

© 2016 Tom Vincent git@tlvince.com (https://tlvince.com)

License

Released under the MIT license.

1.0.0

8 years ago