1Introduction
- description:debug
- author:ydr.me
- create:2016年06月04日14:09:36
- update:2016年06月04日14:09:36
- github:https://github.com/blearjs/blear.utils.debug
2Example
var debug = require('blear.utils.debug');
3Static
3.1.deprecate(fn, [msg]): deprecatedFn
标记某个方法被废弃使用。
3.1.1fn
- 类型:
Function
- 说明:被替代方法
3.1.2msg
- 类型:
String
- 说明:废弃说明
- 默认:
(function.name || 该) 方法已被废弃,请及时修改!
3.1.3deprecatedFn
- 类型:
Function
- 说明:被废弃的方法
4Dependencies
- 无依赖