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

CrashlyticsLumberjack 3.0.0

CrashlyticsLumberjack 3.0.0

TestsTested
LangLanguage Obj-CObjective C
License BSD
ReleasedLast Release Oct 2016

Maintained by Michael Simons, Mike Simons.



 
Depends on:
CocoaLumberjack/Default~> 3.0
Crashlytics>= 0
 

  • By
  • Mike Simons

CrashlyticsLumberjack is a bridge between Crashlytics logging and CocoaLumberjack.

Using

  • Add pod 'CrashlyticsLumberjack', '~>1.0.0' to your podfile.
  • For Cococalumberjack 2.0 support, add pod 'CrashlyticsLumberjack', '~> 2.0.0'

OR

  • Simply add CrashlyticsLumberjack.h and CrashlyticsLumberjack.m to your project.

This code uses ARC.

Example:
#import <CrashlyticsLumberjack/CrashlyticsLogger.h>


[DDLog addLogger:[CrashlyticsLogger sharedInstance]];

License

BSD 3-Clause, see http://www.opensource.org/licenses/BSD-3-Clause