Can Chrome’s built-in JavaScript console display colors?
I want errors in red, warnings in orange and console.log‘s in green. Is that possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Chrome & Firefox (+31) you can add CSS in
console.logmessages:The same can be applied for adding multiple CSS to same command.

References