Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用Moya框架作为 Alamofire 的网络层,我想知道是否可以关闭 Moa_Logger 来记录来自我的应用程序的所有响应和请求?
我正在尝试配置插件,但我仍然需要一些帮助。
[NetworkLoggerPlugin(verbose: false, responseDataFormatter: JSONResponseDataFormatter)]
您不能在插件中包含任何内容:
var provider = RxMoyaProvider<MyAPI>()