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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?