We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d37af5 commit 11a8567Copy full SHA for 11a8567
README.md
@@ -49,3 +49,7 @@ pod 'QCloudCOSXML'
49
</dict>
50
51
```
52
+
53
+## 日志
54
+默认情况下,SDK内部的日志并不会直接输出到控制台中。在Debug等情况下需要查看日志的话,可以设置对应的环境变量开启。开启的具体方式为:在Xcode左上角选择点击当前的target-Edit Scheme-在Enviriments Variables中填入QCloudLogLevel这个环境变量,如果需要输出所有debug信息,那么将值设置为6。
55
+
0 commit comments