leancloud / Play-SDK-JS

3 stars 8 forks source link

需要支持在代码中启用、停用调试模式。 #268

Open nicecui opened 3 years ago

nicecui commented 3 years ago

这样做是为了能够在微信小程序中打印出更详细的日志,实现方式参考存储 SDK:

const AV = require('leancloud-storage');
AV.debug.enable();  // 启用
AV.debug.disable(); // 停用