Styled log segments
A styled console.log statement places %c in the message and supplies a CSS declaration string as the corresponding later argument. Additional %c markers consume additional style arguments in order, which permits differently colored segments within one entry. The formatter's result is JavaScript source for a browser console, rather than HTML or a change to the document's CSS.