javascript-debug

JavaScript Debug: A simple wrapper for console.log

  • 所有者: cowboy/javascript-debug
  • 平台:
  • 許可證: GNU General Public License v2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

JavaScript Debug: A simple wrapper for console.log

http://benalman.com/projects/javascript-debug-console-log/

Version: 0.4, Last updated: 6/22/2010

This code provides a simple wrapper for the console's logging methods, and was created to allow a very easy-to-use, cross-browser logging solution, without requiring excessive or unwieldy object detection. If a console object is not detected, all logged messages will be stored internally until a logging callback is added. If a console object is detected, but doesn't have any of the debug, info, warn, and error logging methods, log will be used in their place. For convenience, some of the less common console methods will be passed through to the console object if they are detected, otherwise they will simply fail gracefully.

Visit the project page for more information and usage examples!

Documentation

http://benalman.com/code/projects/javascript-debug/docs/

Examples

http://benalman.com/code/projects/javascript-debug/examples/debug/

Support and Testing

Browsers Tested

Internet Explorer 6-8, Firefox 3-3.6, Safari 3-4, Chrome 3-5, Opera 9.6-10.5

License

Copyright (c) 2010 "Cowboy" Ben Alman
Dual licensed under the MIT and GPL licenses.
http://benalman.com/about/license/

主要指標

概覽
名稱與所有者cowboy/javascript-debug
主編程語言JavaScript
編程語言PHP (語言數: 2)
平台
許可證GNU General Public License v2.0
所有者活动
創建於2009-09-30 00:57:39
推送於2016-06-10 16:06:10
最后一次提交2010-06-22 14:17:46
發布數2
最新版本名稱v0.4 (發布於 2010-06-22 14:18:06)
第一版名稱v0.3 (發布於 2010-06-22 14:19:19)
用户参与
星數435
關注者數19
派生數96
提交數6
已啟用問題?
問題數3
打開的問題數2
拉請求數0
打開的拉請求數3
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?