JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q39685F
  • License MIT

log error message in red color to console

Package Exports

  • error-log

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (error-log) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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