Add pod Instabug-CocoaLumberjack
to your podfile
iOS version >= 8.0
Instabug
version >= 6.2
Make sure you import our destination first: #import <Instabug-CocoaLumberjack/DDInstabugLogger.h>
[DDLog addLogger:[DDInstabugLogger sharedInstance]];
DDLogVerbose(@"Verbose");
DDLogDebug(@"Debug");
DDLogInfo(@"Info");
DDLogWarn(@"Warn");
DDLogError(@"Error");