scoped-log

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i scoped-log

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tlvince