CCPLog 0.0.1×Maintained by Brain.Chu.Installation Guide×Installation Guide for CCPLogYou want to add pod 'CCPLog', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'CCPLog', '~> 0.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try CCPLog Depends on:SwiftyJSON>= 0CCPAppInfo>= 0 See PodspecGitHub RepoPage on CocoaPods.orgCCPLog 0.0.1Bycoolboy_ccpcoolboy-ccp/CCPLogGitHub RepoCCPLog 日志文件 how to use pod 'CCPLog' import CCPLog CCPLog.log(info:type:common:) log CCPLog.upload() upload 配置自定义的Log头和缓存路径 遵守LogCommon协议, 并传入common
CCPLog 日志文件 how to use pod 'CCPLog' import CCPLog CCPLog.log(info:type:common:) log CCPLog.upload() upload 配置自定义的Log头和缓存路径 遵守LogCommon协议, 并传入common