AppLyft CocoaLumberjack
AppLyft is a platform and a set of tools for improving the quality of mobile apps.
AppLyft CocoaLumberjack is a simple extension that allows you you to simply route all logging calls to AppLyft without changing your existing logging code.
For more information about AppLyft, visit AppLyft.io.
Installation
CocoaPods
To integrate AppLyft CocoaLumberjack extension into your Xcode project using CocoaPods, add it to your Podfile
:
pod 'AppLyftCocoaLumberjack'
Then, run the following command:
$ pod install
Usage
-
Import AppLyftCocoaLumberjack into your app:
import AppLyftCocoaLumberjack
-
Enable logging:
DDLog.add(DDAppLyftLogger.sharedInstance())