evem-logger
v0.1.5
Published
Evem log helper
Readme
evem-logger
This is a simple log package.
Usage
Install
npm install evem-loggerExample
import {info,debug} from 'evem-logger'
info('This is info')
debug('This is debug')debug is only valid when process.env.VERBOSE have value
