error-log
v0.1.0
Published
log error message in red color to console
Downloads
16
Maintainers
Readme
error-log
log error messages in red color to console
Project Status
install with npm
npm install --save error-log
install with yarn
yarn add error-log
Example
ES5
var errorLog = require('error-log')
errorLog('my error message ...')
ES6
import errorLog from 'error-log'
errorLog('my error message ...')
Contact / Social Media
Get the latest News about Web Development, Open Source, Tooling, Server & Security
License
Copyright (c) 2016 Maik Ellerbrock