For you change the style of a log in the browser console you can use :
console.log('%c <string>', '<style>');
It works in the chrome javascript console and in the firebug.
Example :
Solutions for developers
For you change the style of a log in the browser console you can use :
console.log('%c <string>', '<style>');
It works in the chrome javascript console and in the firebug.
Example :