0.3.0 • Published 7 years ago

deployable-log v0.3.0

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

deployable-log

Deployable Logging

Install

npm install deployable-log --save

yarn add deployable-log

Usage

const { logger, debug } = require('deployable-log').fetch('dply:tag')
logger.info('testing')
debug('testing') // Requires `DEBUG` to be set in the environment

License

deployable-log is released under the MIT license. Copyright 2016 Matt Hoyle - Deployable Ltd

https://github.com/deployable/deployable-log