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
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





