You can add CSS to console logs

2018-12-07

By adding c% at the beginning of the string, and a second string argument with CSS rules.

Example:

console.log('%cmessage', 'color: green;line-height:40px')

https://coderwall.com/p/fskzdw/colorful-console-log

Tested on Firefox and Chrome.