Color Log Userscript Library

Colored logger for Greasemonkey user scripts. Drop-in decorator for 'window.console's debug(), info(), log(), warn(), error() methods. Control 'console.debug' log visibility via the 'window.DEBUG' global boolean.

2018-06-02 기준 버전입니다. 최신 버전을 확인하세요.

이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greasyfork.org/scripts/38888/602069/Color%20Log%20Userscript%20Library.js을(를) 사용하여 포함하는 라이브러리입니다.

작성자
sidneys
버전
12.0.0
생성일
2018-02-25
갱신일
2018-06-02
크기
2.39KB
라이선스
해당 없음

Colored logger for Greasemonkey scripts.

Drop-in extension for 'console' logging methods (debug/info/log/warn/error).

Filters messages generated via 'console.debug' per default – set 'window.DEBUG = true' anywhere to show them.