CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

AppLyftCocoaLumberjack 1.0.4

AppLyftCocoaLumberjack 1.0.4

Maintained by Miroslav Kovac.



 
Depends on:
AppLyft>= 0
CocoaLumberjack>= 0
 

  • By
  • AppLyft

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

  1. Import AppLyftCocoaLumberjack into your app:

    import AppLyftCocoaLumberjack
  2. Enable logging:

    DDLog.add(DDAppLyftLogger.sharedInstance())