Rich text console logging
이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greasyfork.org/scripts/389748/730537/console-message-v2.js을(를) 사용하여 포함하는 라이브러리입니다.
Revamped version of library written using ES6 and with some added functionality.
Based on the original console.message library (the old version can be @required as a library from here still).
console.message()
.span({ color: 'red' })
.text('this is red! ')
.text('this is green! ', { color: 'green' })
.text('this is again red!')
.line('info')
.object(console)
.trace()
.line()
.element(document.body)
.print()