$ yarn add hoopa-logger
$ npm install hoopa-logger
import logger from 'hoopa-logger'
logger.info('This is information!')
logger.warn('This is a warning!')
logger.error('This is a problem!')
logger.verbose('This is verbose!')
logger.debug('This is a debug!')
Hoppa logger supports node-emoji cheat sheet 🚀
To add just pass a config object with the emoji name, example:
logger.info('This is information!', { emoji: 'information_source' })
Please take a look at the contributing guide.
$ yarn or npm install
Please respect our Code of Conduct, in short:
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members
MIT © 2020 Marcus Silva