0

Today I were surprised of getting a formatted console message while surfing on Facebook.

I have no need to use formatted console messages but I am wondering how to get formatted console messages? Just a chrome feature?

I'm using Google Chrome on my Macbook.

Formatted console messages

Thomas
  • 8,357
  • 15
  • 45
  • 81

1 Answers1

4
console.log("%cThis will be formatted with large, blue text", "color: blue; font-size: x-large");

https://developers.google.com/web/tools/chrome-devtools/console/console-write#styling_console_output_with_css

Kayce Basques
  • 23,849
  • 11
  • 86
  • 120