error-log

0.1.0 • Public • Published

error-log

Javascript JavaScript Style Guide Commitizen friendly Standard Version Open Source Love Gitter Chat

log error messages in red color to console

Project Status

Build 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

TwitterFacebookGoogle+GitterGithub

License

Copyright (c) 2016 Maik Ellerbrock

MIT Licence

/error-log/

    Package Sidebar

    Install

    npm i error-log

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • ellerbrock