• debug.DebugMode 枚举
  • 索引
  • Details
    • NONE
    • INFO
    • WARN
    • ERROR
    • INFO_FOR_WEB_PAGE
    • WARN_FOR_WEB_PAGE
    • ERROR_FOR_WEB_PAGE

    debug.DebugMode 枚举

    模块: cc

    调试模式

    索引

    • NONE
    • INFO
    • WARN
    • ERROR
    • INFO_FOR_WEB_PAGE
    • WARN_FOR_WEB_PAGE
    • ERROR_FOR_WEB_PAGE

    Details

    NONE
    禁止模式,禁止显示任何日志信息。
    metadescription
    类型Number
    定义于cocos2d/core/CCDebug.js:276
    INFO
    信息模式,在 console 中显示所有日志。
    metadescription
    类型Number
    定义于cocos2d/core/CCDebug.js:284
    WARN
    警告模式,在 console 中只显示 warn 级别以上的(包含 error)日志。
    metadescription
    类型Number
    定义于cocos2d/core/CCDebug.js:292
    ERROR
    错误模式,在 console 中只显示 error 日志。
    metadescription
    类型Number
    定义于cocos2d/core/CCDebug.js:300
    INFO_FOR_WEB_PAGE
    信息模式(仅 WEB 端有效),在画面上输出所有信息。
    metadescription
    类型Number
    定义于cocos2d/core/CCDebug.js:308
    WARN_FOR_WEB_PAGE
    警告模式(仅 WEB 端有效),在画面上输出 warn 级别以上的(包含 error)信息。
    metadescription
    类型Number
    定义于cocos2d/core/CCDebug.js:316
    ERROR_FOR_WEB_PAGE
    错误模式(仅 WEB 端有效),在画面上输出 error 信息。
    metadescription
    类型Number
    定义于cocos2d/core/CCDebug.js:324