Instabug-CocoaLumberjack
安装
将 pod Instabug-CocoaLumberjack
添加到您的 podfile
要求
iOS 版本 >= 8.0
Instabug
版本 >= 6.2
示例
确保首先导入我们的目标: #import <Instabug-CocoaLumberjack/DDInstabugLogger.h>
[DDLog addLogger:[DDInstabugLogger sharedInstance]];
DDLogVerbose(@"Verbose");
DDLogDebug(@"Debug");
DDLogInfo(@"Info");
DDLogWarn(@"Warn");
DDLogError(@"Error");