[Tools] Using colours in a NodeJS terminal-make your output pops

Source: Internet
Author: User

Use can use colour and styles to make it easy to spot errors and group common functionality into blocks when viewing a Nod EJS Console.

This lesson would show how to enhance a Express application to highlight errors, display setup issues to developers and GR OUP together output using the color NPM package, both in the console and Papertrail which are a hosted logging service.

We Use the Colors package with this lesson.

It is quite useful, make debugging a little bit easier,

Console.log (Colors.white.bold.bgBlue ("------Console JOB---------")) Logger.info (Colors.white.bgBlue ("------BEGIN JOB---------")); Logger.info (Colors.white.bgBlue ("Running Job XYZ")); Logger.info (Colors.white.bgBlue ("------END JOB---------")); Logger.info (Colors.white.bgMagenta ("------BEGIN pay---------")); Logger.info (Colors.white.bgMagenta ("Running Job XYZ")); Logger.info (Colors.white.bgMagenta ("------END pay---------")); Logger.error (Colors.white.bgMagenta ("------END pay---------")); Logger.info (Colors.yellow.inverse (* * * * * * CAUTION Running in Test mode-check variables File * * * *) ; Logger.info (Colors.rainbow (' Running→http://localhost:3000 '));

[Tools] Using colours in a NodeJS terminal-make your output pops

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.