Native implementation of a jsFiddle.net in-pane log console

To be used among external libraries when testing other jsFiddle.net scripts

이 스크립트는 직접 설치해서 쓰는 게 아닙니다. 다른 스크립트가 메타 명령 // @require https://update.greatest.deepsurf.us/scripts/375910/656390/Native%20implementation%20of%20a%20jsFiddlenet%20in-pane%20log%20console.js(으)로 포함하여 쓰는 라이브러리입니다.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Jonathan Richard-Brochu (johnwait)
버전
0.1.0
생성
2018-12-24
갱신
2018-12-24
크기
9.45KB
라이선스
GPLv3 or later (http://www.gnu.org/licenses/gpl-3.0.en.html)

Interface

Native methods supported:

  • console.log()
  • console.info()
  • console.warn()
  • console.error()
  • console.trace()
  • console.clear()

Special flags:

  • console.$enabled: whether console object override is active (default: true)
  • console.$echoNative: whether to also echo calls to the native implementation (default: false)